Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public void Share_Score(){
  2. FB.Feed (
  3. toId: "",
  4. link: "http://www.facebook.com/appname",
  5. linkName: "App Name",
  6. linkCaption: "I just scored " + " points",
  7. linkDescription: "Playing this game is awesome!",
  8. actionLink:"http://www.facebook.com/appname",
  9. actionName: "Appname Fan Page"
  10. );
  11. }
  12.  
  13. link: "http://apps.facebook.com/" + FB.AppId + "/?challenge_brag" + (FB.IsLoggedIn ? FB.UserId : "guest")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement