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
Post a Comment