facebook / facebook-python-business-sdk

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

graph api call upgrade to v9.0 #582

Closed ioluwayo closed 3 years ago

ioluwayo commented 3 years ago

Though version 8.0 is not meant to be deprecated until November 1, 2022 but it currently is.

https://developers.facebook.com/docs/graph-api/changelog

The current version of the sdk uses v8.0 and returns the following error

 "error": {
 "message": "(#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v9.0.",
"type": "OAuthException",
 "code": 2635,
 "fbtrace_id": "AUUx3thh_PzF3igmS5SLV0R"
}

The ideal solution will be to un-deprecate v8.0 until the proposes date. November 1, 2022

jingping2015 commented 3 years ago

Thanks for your RP. You can use latest python SDK which is call API 9.0.