Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have to send message to all my friends on Facebook.through iphone app. Which api should I use to get ids or names of all my friends? Is there any api or FQL for it ? Is test console is also required for this? please can anyone help me out…?

thanks in advance, Neha

share|improve this question

2 Answers

To answer your question, yes there is an API call to do this. You would make a call to https://graph.facebook.com/me/friends?access_token=. However, the second part of what you are doing is not possible. There is no messaging api of any kind on Facebook. You cannot send messages to a users friends.

share|improve this answer

You cant send messages like that, at least in the way you described...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.