我需要您的幫助來解決問題。 之後的某個時間,我得到了令牌時一試,以獲取有關用戶的數據此錯誤發生:圖形API - 無法打開流:HTTP請求失敗! HTTP/1.0 400錯誤請求
A PHP Error was encountered
Severity: Warning
Message: file_get_contents(https://graph.facebook.com/me?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request
的代碼執行是這樣的:
$url = "https://graph.facebook.com/me?access_token=".$token;
$dados = @json_decode(file_get_contents($url));
我怎樣才能解決這個問題呢?爲什麼會發生?
我搜索了很多,但沒有找到解決方案。請有人幫助我。
謝謝。
將您的訪問令牌粘貼到[debugger](https://developers.facebook.com/tools/debug)中。它是有效的和*用戶*訪問令牌? – cpilko