php - OAuthException Facebook while retrieving LIKES -
i using facebook graph apis web application, php sdk. since yesterday, i'm getting lot of errors on call:
$temp_ar = $facebook->api('/me/music?limit=200&offset=0');
the phone call has worked before, , users, still works. of users, doesn't work anymore ... here debug details:
facebookapiexception object ( [result:protected] => array ( [error] => array ( [message] => unknown error has occurred. [type] => oauthexception [code] => 1 ) ) [message:protected] => unknown error has occurred. [string:exception:private] => [code:protected] => 0 [file:protected] => /home/..../base_facebook.php [line:protected] => 1325 [trace:exception:private] => array ( [0] => array ( [file] => /home/....base_facebook.php [line] => 896 [function] => throwapiexception [class] => basefacebook [type] => -> [args] => array ( [0] => array ( [error] => array ( [message] => unknown error has occurred. [type] => oauthexception [code] => 1 ) ) ) ) [1] => array ( [function] => _graph [class] => basefacebook [type] => -> [args] => array ( [0] => /me/music?limit=200&offset=0 ) )
it facebook bug , has been fixed today https://developers.facebook.com/bugs/251759635025024/
php facebook facebook-graph-api
No comments:
Post a Comment