Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. FB.init({
  2. appId: <app_id>
  3. });
  4. FB.login(function(response){
  5. console.log(response); //control never comes here even after user authorizing the app
  6. }, {scope:"email,userlikes"});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement