Facebook sdk php login error -


this question has answer here:

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

Popular posts from this blog

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

python - PyInstaller UAC not working in onefile mode -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -