tags:

views:

239

answers:

2

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.

A: 

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.

Kevin Montrose
A: 

Hi,

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

Please help.