Inviting Friends and Sharing a report between them through Facebook api using php - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T15:25:09Zhttp://stackoverflow.com/feeds/question/1048697http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1048697/inviting-friends-and-sharing-a-report-between-them-through-facebook-api-using-php0Inviting Friends and Sharing a report between them through Facebook api using phpPankaj2009-06-26T11:43:08Z2009-09-17T13:00:01Z
<p>Hi,</p>
<p>I have made a facebook application which retrieves users friend list.
Now i want to give the option of inviting friends through my application and the option of sharing reports between the invited friends through facebook api using php.</p>
<p>How can i achieve this?Please help.</p>
http://stackoverflow.com/questions/1048697/inviting-friends-and-sharing-a-report-between-them-through-facebook-api-using-php/1048955#10489550Answer by Kevin Montrose for Inviting Friends and Sharing a report between them through Facebook api using phpKevin Montrose2009-06-26T12:50:30Z2009-06-26T12:50:30Z<p>Sending invitations and requests both use the <a href="http://wiki.developers.facebook.com/index.php/Fb:request-form" rel="nofollow">fb:request-form</a> tag.</p>
<p>Selecting friends is best done through <a href="http://wiki.developers.facebook.com/index.php/Fb:multi-friend-input" rel="nofollow">fb:multi-friend-input</a>. There are alternatives, detailed on the <a href="http://wiki.developers.facebook.com/index.php/Fb:request-form" rel="nofollow">fb:request-form</a> page.</p>
<p>Notice these are all FBML solutions. There is no way to generate invitations or requests via the Facebook API without user interaction. The "poor man's solution" is <a href="http://wiki.developers.facebook.com/index.php/Notifications.send" rel="nofollow">sending notifications</a>, although in my experience its a very flaky solution.</p>
http://stackoverflow.com/questions/1048697/inviting-friends-and-sharing-a-report-between-them-through-facebook-api-using-php/1049028#10490280Answer by Pankaj for Inviting Friends and Sharing a report between them through Facebook api using phpPankaj2009-06-26T13:07:30Z2009-06-26T13:07:30Z<p>Hi,</p>
<p>Thanks for replying but i want to know how i can shared a report with the invited friends?</p>
<p>Please help.</p>