我正在构建一个MEAN应用程序,我正在尝试使用以下Graph API请求获取有关FB页面的一些数据:
这在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地址限制,但什么都找不到。