一般的なアプリトークンを使用して年齢制限のあるページを取得するにはどうすればよいですか?
アプリトークンを取得する方法は次のとおりです
https://graph.facebook.com/oauth/access_token?client_id=1237603453455381&client_secret=3539257a5231e337bb26d110bfb5e500&grant_type=client_credentials
しかし、私が電話しようとすると
https://graph.facebook.com/60409543921?access_token=1237603453455381|H4PkFBu2PlSzHHMLPvHcSt8Y9Os
エラーが発生します
{
"error": {
"message": "Unsupported get request.",
"type": "GraphMethodException",
"code": 100
}
}
サーバーで個人トークンを使用する以外に回避策はありますか?