Facebook sdk php login error -
this question has answer here:
- facebook graph api not work 2.2 2.3 1 answer
from today have problem facebook login on web site. error
an active access token must used query information current user
i didn't changed anything. use open graph v2.6 , call is:
https://graph.facebook.com/me?fields=email,name
i'm using php 5.6 codeigniter 2
thank help
you need add access token in call.
example: https://graph.facebook.com/me?fields=email,name&access_token={access_token}
you can access token visiting: https://developers.facebook.com/tools/explorer/
Comments
Post a Comment