BasicSide
BasicSide

Reputation: 97

how to invite a friend to the application

Hi I'm trying to develop a simple application in Silverlight to the facebook, I'm using the facebook C# SDK to be able to establish the connection.

I wonder if there is any instruction FQL to invite a friend to the application and keep track of "who invited who" and also if there is any field in FQL to save, for example, the high score of my friends who share the application

thanks

Upvotes: 1

Views: 685

Answers (1)

Nate Totten
Nate Totten

Reputation: 8932

You use requests to send an invite. See this article for more information.

Upvotes: 3

Related Questions