在服务器上获取Facebook GraphMethodException而不是localhost

时间:2015-09-23 15:44:59

标签: node.js facebook facebook-graph-api facebook-javascript-sdk

我正在构建一个MEAN应用程序,我正在尝试使用以下Graph API请求获取有关FB页面的一些数据:

https://graph.facebook.com/153572758009832?fields=name,description,picture.type(large),location,phone,emails&access_token=MyAppId|MyAppSecret

这在localhost上正常工作,但在带有以下响应的实时服务器上失败:

{"error":
    {"message":
        "Unsupported get request. Please read the Graph API documentation at https:\/\/developers.facebook.com\/docs\/graph-api","type":"GraphMethodException","code":100,"fbtrace_id":"GqwXhNwvjIJ"
    }
}

我还试图为我的应用获取access_token,并使用它代替app id | secret对,并使用the following FB SDK for node,但结果相同。我想也许FB对应用程序有一些服务器IP地址限制,但什么都找不到。

0 个答案:

没有答案