所以我得到這個錯誤,我不知道爲什麼。 When I run it on the server it's on
,I get a 404 error with a simple request like this.
從Facebook的圖形API獲取404錯誤
$json = file_get_contents('https://graph.facebook.com/me?access_token='.LONGSTRING);
的錯誤是:
function.file-get-contents: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
不過,我可以粘貼,我與file_get_contents
直接在同一時間瀏覽器中使用的URL,它來了。所以好像Facebook阻止了我的服務器。
另外它工作的一半時間。
任何想法?
工作......儘管圖表API不允許POST,所以我只是將它附加到URL並且它工作。希望當另一個沒有時它會工作。 –
很高興工作。僅供參考,圖形API絕對允許在某些情況下POST,甚至需要某些操作。 – DSchultz