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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -