我正在创建一个名为pid或persianid的facebook应用程序。 当我试图从Facebook Graph API读取内容时,我收到以下错误:
Warning: file_get_contents(https://graph.facebook.com/me?access_token=) [function.file-get-contents]: **failed to open stream: Connection refused**
从Facebook请求访问令牌时也会发生此错误。
当我使用file_get_content
而没有@
时,它会显示相同的内容:
**failed to open stream: Connection refused**
我得到“拒绝连接”的原因是什么?
我正在使用Facebook文档中的示例代码。
答案 0 :(得分:0)
您需要在https://graph.facebook.com/me?access_token=之后添加访问令牌 如果没有访问令牌,则无法从Graph API获取响应