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

Many GET methods are missing from the SDK 3.0 #499

Closed aparakian closed 5 years ago

aparakian commented 6 years ago

Here is another occurence of GET method missing: You have a create_subscribed_app and delete_subscribed_apps here but you don't provide the get_subscribed_apps method while this is authorized on the API. Why?

aparakian commented 6 years ago

Same for get_lead_gen_whitelisted_users while create_lead_gen_whitelisted_user and delete_whitelisted_users exist here...

aparakian commented 6 years ago

I mention "and others" because at least get_lead_gen_forms is in the same situation as mentioned in #498. I feel like many many GET methods are missing...

bnormoyle commented 6 years ago

I mentioned in #479 (which got unceremoniously closed) that assigned_ad_accounts is also missing.

aparakian commented 6 years ago

Good luck @bnormoyle I have very little hope with issues being resolved in this repo, I hope you can update your fork with the missing methods, that makes the merge conflicts a bit painful but at least you can fix your stuffs temporarily...

jingping2015 commented 5 years ago

In our new release, we fix the bugs for missing endpoint. If you still have this issue, please report the issue at our developer bug reporting channel. Thanks!