2

I am developing a web site which uses facebook php sdk to login user and i want to send an invitation to join the site to a facebook friend he interacts with in my site. I know the fb user id he interacts so i want to send an invitations to him via facebook php sdk.

Any ideas or sample code? I don't want the user to select the user he invites i already know who is the user i should dend the request.

Thank you a lot!

dtakis
  • 571
  • 1
  • 9
  • 30
  • Do you want to send request to visit your site to particular friend of the user who came to your site ? – Anvesh Saxena Dec 23 '12 at 04:09
  • My user selects to apply an action to one of his fb friends. In order to see what was his action i must send a notification/invitation to that particular friend. e.g. your friend George said something for you. Go here to see what. – dtakis Dec 23 '12 at 07:04

1 Answers1

1

For notifying the friend of the user to ask him to interact with your website you can utilize the apprequest.

Anvesh Saxena
  • 4,458
  • 2
  • 23
  • 30