-1
我使用Facebook的API的圖形從Web應用程序,PHP SDK。 從昨天開始,我得到了很多錯誤,在此呼籲:OAuthException的Facebook在檢索喜歡
$ temp_ar = $ facebook-> API( '?/我/音樂極限= 200 &偏移= 0');
呼叫一直運作良好之前,對於一些用戶來說,仍然有效。對於一些用戶來說,它不工作了......這裏有一些詳細的調試信息:
FacebookApiException Object
(
[result:protected] => Array
(
[error] => Array
(
[message] => An unknown error has occurred.
[type] => OAuthException
[code] => 1
)
)
[message:protected] => An 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] => An unknown error has occurred.
[type] => OAuthException
[code] => 1
)
)
)
)
[1] => Array
(
[function] => _graph
[class] => BaseFacebook
[type] => ->
[args] => Array
(
[0] => /me/music?limit=200&offset=0
)
)
被固定如果昨天開始我建議在https://developers.facebook.com/bugs提交錯誤 – WizKid
現在看來,這是一個錯誤 https://developers.facebook.com/bugs/251759635025024/ 感謝 – Eugenio