facebook / facebook-python-business-sdk

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

No assigned_ad_accounts endpoint #479

Closed bnormoyle closed 6 years ago

bnormoyle commented 6 years ago

With the deprecation of the adaccounts endpoint, this library has no mechanism for a user to get the ad accounts they have access to. The graph exposes this via assigned_ad_accounts, but this library does not appear to support that.

shootingsyh commented 6 years ago

Hi @bnormoyle I see under User object, there is still get_ad_accounts function. Do you mean it is not working now?

bnormoyle commented 6 years ago

Yes - that hits the adaccounts endpoint, which is deprecated.

vicdus commented 6 years ago

We will support this endpoint soon :)

bnormoyle commented 6 years ago

Why is this closed? The issue isn't resolved, the endpoint isn't supported yet.