使用来自 django-allauth 的访问令牌调用图形 API 时出错

Error calling graph API with access token from django-allauth

我使用 django-allauth 获取访问令牌。

然后我打这个电话:

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"}}

当我使用来自 Graph API 资源管理器的访问令牌时,它有效。

2 个访问令牌不同。

我的问题得到了答案。

这是权限的问题:Django-allauth访问令牌和我从 Graph 资源管理器获得的权限不相同。