Has anyone found an example project for this tutorial on facebook requests: http://developers.facebook.com/docs/howtos/send-requests-using-ios-sdk/
Since I have already integrated a list of facebook friends a user has, can I send each a message?
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.
You can find the actual project on GitHub, https://github.com/fbsamples/ios-3.1-howtos/tree/master/SendRequestsHowTo
If you already have a list of Facebook friends you can just send them a message. Just get a comma-separated, string representation of those friends, and pass the info to the “suggested” parameter: