我正在使用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
什么原因导致了错误?
非常欢迎任何评论,谢谢