2016-12-26 3 views
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つのアクセストークンは異なります。

答えて

0

私の問題の答えがありました。

許可:Django-allauthアクセストークンであり、グラフエクスプローラから取得したものと同じアクセス権が与えられていません。

関連する問題