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? -

asp.net ajax - Jquery scroll to element just goes to top of page -