vote up 0 vote down star

Hi,

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.

How can i achieve this?Please help.

flag

2 Answers

vote up 0 vote down

Sending invitations and requests both use the fb:request-form tag.

Selecting friends is best done through fb:multi-friend-input. There are alternatives, detailed on the fb:request-form page.

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 sending notifications, although in my experience its a very flaky solution.

link|flag
vote up 0 vote down

Hi,

Thanks for replying but i want to know how i can shared a report with the invited friends?

Please help.

link|flag

Your Answer

Get an OpenID
or

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