I am new to ios.I got stuck at this issue and require your help/guidance guys.
I wanted to post on facebook using my app programmatically. I found this facebook link
But this is with the view.can anyone tell me how to do it anagrammatically.My main moto is to post Name,Url and Description.I have tried the link code but it creates error. can anyone help me by providing me a working project on this scenario.
And another issue can anybody please tell me why we use "me" and "feed" here and where i need to define them:
[FBRequestConnection
startWithGraphPath:@"me/feed"
parameters:self.postParams
