Guest User

Untitled

a guest
Oct 17th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function fb_dologin() {
  2.   FB.login(function (a) {
  3.     if (a.authResponse) {
  4.       uid = a.authResponse.userID;
  5.       fb_loginok()
  6.     }
  7.   }, {
  8.     scope: "publish_stream"
  9.   })
  10. }
Advertisement
Add Comment
Please, Sign In to add comment