My previously working facebook script now getting OAuthException Code 1 error -


i have php script using following facebook api call:

$apicall = "https://graph.facebook.com/{$page}?access_token={$fbappid}|{$fbappsecret}";

this has been working fine long time , getting me data... since yesterday getting is:

{"error":{"message":"an unknown error has occurred.","type":"oauthexception","code":1}}

nothing has changed on end, don't understand problem is. have suggestions?

your access token facebook may have expired. suggest going dev website again , requesting new access token.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -