Link to home
Start Free TrialLog in
Avatar of Kin Fat SZE
Kin Fat SZEFlag for Hong Kong

asked on

facebook api login permission scope : user_likes

Hi,
I don't understand why I using two method are can't get user_likes information?

<fb:login-button scope="user_likes,public_profile,email" onlogin="checkLoginState();">
</fb:login-button>

Open in new window


     FB.login(function(response) {
         if (response.status === 'connected') {
                  statusChangeCallback(response);
                  // Logged into your app and Facebook.
              } else if (response.status === 'not_authorized') {
                  statusChangeCallback(response);
                  // The person is logged into Facebook, but not your app.
              } else {
                  statusChangeCallback(response);
                  // The person is not logged into Facebook, so we're not sure if
                  // they are logged into this app or not.
              }
      }, {scope:'email , user_likes '});

Open in new window

fb.png
facebook4.txt
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kin Fat SZE

ASKER

you means my app id 359017997518638?
is it?
Thank you very much!!!!
yes, I change the app id with one I found on jsfiddle and it work
ok, I will check tomorrow and accept your solution also.
Thanks
Is there any hints that the problem of my app id 359017997518638?
Maybe YOUR Facebook account...