0
私はdjango-allauthを使用してアクセストークンを取得しています。django-allauthのアクセストークンでグラフAPIを呼び出す際にエラーが発生しました
それから私は、この呼び出します
https://graph.facebook.com/v2.8/10153430807524570/?access_token=' +
access_token
を、私は、このエラーメッセージが出ます:
{'error': {'type': 'GraphMethodException', 'code': 100, 'fbtrace_id':
'GILhd/N+d7D', 'message': "Unsupported get request. Object with ID
'10153430807524570' does not exist, cannot be loaded due to missing
permissions, or does not support this operation. Please read the Graph
API documentation at https://developers.facebook.com/docs/graph-api"}}
私はグラフAPIエクスプローラからアクセストークンを使用する場合、それが動作します。
2つのアクセストークンは異なります。