facebook / facebook-python-business-sdk

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

No AdAccoutUser Object in facebookads.adobjects #435

Closed BenCrittenden closed 6 years ago

BenCrittenden commented 6 years ago

Hi, I cloned this repo yesterday (have also tried pip install, but same problem) and have tried to work through the Readme, but having the following problem:

There is no object AdAccountUser in facebookads.adobjects

screen shot 2018-01-25 at 11 25 23

Anyone know of a work-around?

peterstark72 commented 6 years ago

Try

from facebookads.adobjects.adaccountuser import AdAccountUser

codytwinton commented 6 years ago

Hi, it seems like this issue has been open for more than a few months now. We have made many changes in the SDK since then, including releasing a new version. If you can repro your specific issue with the latest version of the SDK, please create a new issue or comment here with further details.