OAuthException : An active access token must be used to query information about the current user

前端 未结 2 932
梦毁少年i
梦毁少年i 2021-01-18 13:00

I\'m trying to run the sample code for Facebook connect that I downloaded from http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/
I get

2条回答
  •  甜味超标
    2021-01-18 13:42

    You must ensure that your access token is active. Or maybe you're in logout condition. Or try to clean the cookies and cache from your browser (ctrl+shift+del)

提交回复
热议问题