問題があります.. OAuth なしで fb グラフ API を使用して Facebook ページからすべてのフィードを取得したいのですが、問題があります
https://graph.facebook.com/[page ID]/feed
i get the following response
{
"error": {
"type": "OAuthAccessTokenException",
"message": "An access token is required to request this resource."
}
}
別のページをチェックすると、正しい応答が得られます
https://graph.facebook.com/[another page ID]/feed
{
"data": [
{
...
ページのアクセストークンを要求しているのはなぜですか...別のページではそうしませんか?
編集
2 日前に最初のページの Graph 呼び出しを確認したところ、100% 機能していました