Skip to content

Instantly share code, notes, and snippets.

@gclaret
Created June 4, 2014 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gclaret/d84232dfbc7c9868e067 to your computer and use it in GitHub Desktop.
Save gclaret/d84232dfbc7c9868e067 to your computer and use it in GitHub Desktop.
FB.AppRequest ("Here, take this life!", // A message for the user
OGActionType.Send, // Can be .Send or .AskFor depending on what you want to do with the object.
123456789, // Here we put the object id we got as a result before.
1274443221, // The id of the sender.
"", // Here you can put in any data you want
"Send a life to your friend", // A title
callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment