facebook / facebook-python-business-sdk

Python SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
1.28k stars 631 forks source link

Invalid appsecret_proof provided in the API argument #528

Closed Umesh0071 closed 5 years ago

Umesh0071 commented 5 years ago

Status: 400 Response: { "error": { "message": "Invalid appsecret_proof provided in the API argument", "type": "GraphMethodException", "code": 100, "fbtrace_id": "E0JetexnRIn" } }

ibnbay00 commented 5 years ago

just extend a token in: https://developers.facebook.com/tools/debug/accesstoken/ Then debug ur new token in there. Finally use a new token for ur existing apps

Umesh0071 commented 5 years ago

It works thanks