2016-12-26 9 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 액세스 토큰이고 그래프 탐색기에서 가져온 것과 동일한 권한을 부여하지 않습니다.