i am creating a iphone application using Facebook SDK.I want to post message to friends wall.can u help me to implement this..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@sai You can post a message to your friends wall by using the Facebook SDK. You just need to do following task:
If you don’t have your friends’s Id, you can find him and his ID using the below method call:
This will return a json of friends and their facebook IDs. After getting your friend’s ID, you can Post on his Wall.
Please don’t Forget to Adopt
FBRequestDelegatein your Controller Class.