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

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -