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 want to invite facebook friends to my app. via some sort of API call whether rest or PHP Sdk, so is there a way to do so. I know about multifriend selector in FBML but don't want that. Please tell that which API can be used to do so? Graph API or any other? I am using PHP so if you know some PHP API call then that is also good.

thanks in advance for assisting me.

share|improve this question
1  
This isn't meant to answer your question, but I can't tell you how annoying it is, in my opinion, when a friend of mine installs an app and it blindly invites all of their friends to install the app as well. I wish developers would leave the popularization of their app up to its users. :P – Dan J Jun 27 '11 at 23:31
I am not doing it anonymously but to only invite people that he likes to invite but with API call separately than fbml. – Hafiz Jun 28 '11 at 0:42
Is this a app within Facebook? – xanderer Jun 28 '11 at 1:53

1 Answer

up vote 0 down vote accepted

You can use the Requests Dialog for invites. This will prompt the user for which friends to send a request/invite to. This is designed to work in iframe apps, no fbml required.

http://developers.facebook.com/docs/reference/dialogs/requests/
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.