facebook / facebook-python-business-sdk

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

Page.get_leadgen_forms disappeared in 3.0 #498

Closed aparakian closed 6 years ago

aparakian commented 6 years ago

This method has always been present in the SDK (See this commit introduced it) and is well available on the API. However it disappeared from the new SDK 3.0. Is there any good reasons for it? Do you want me to make a PR to reintroduce it? Thanks for your answer.

aparakian commented 6 years ago

Basically we need this method in method='GET' and replace the target_class by LeadgenForm.

jingping2015 commented 6 years ago

We already fix this in our new release. Thanks for reporting this bug.