为什么在使用Facebook API时发生错误Unsupported get请求?

时间:2019-03-05 10:47:05

标签: python facebook facebook-business-sdk

我正在使用https://graph.facebook.com/v3.2/account_id/adspixels?\access_token=access_token"通过一个帐户获取所有像素,但出现错误:

{
'message': "Unsupported get request. Object with ID '....' 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", 
'type': 'GraphMethodException',
'fbtrace_id': 'Haw73XyjX6s',
'error_subcode': 33, 
'code': 100
}

最后。

通过FB Access Token Debugger我的Access Token Info如下:


App ID                 ...... : xx
Type                   User
App-ScopedUser         ID
Learn More             xxxxx : user_name User last installed this app via API N/A

Issued                 1551258519 (last Wednesday)
Expires                Never
Data Access Expires    1559034519 (in about 3 months)
Valid                  True
Origin                 Web
Scopes                 pages_show_list, ads_management, public_profile

什么原因导致了错误?

非常欢迎任何评论,谢谢

0 个答案:

没有答案