python-pinterest-api
python-pinterest-api copied to clipboard
Module "pinterest" has no attribute "oauth2"
Hey there,
Unfortunately, having an issue with Pinterest-API. I installed it via PIP and attempted to run the very first few lines to test a login and got an error on the very first line.
link = pinterest.oauth2.authorization_url(clientID, "https://www.geekoverdrivestudio.com") AttributeError: module 'pinterest' has no attribute 'oauth2'
Really hoping this is caused by something I overlooked.
Thanks.