python-pinterest-api icon indicating copy to clipboard operation
python-pinterest-api copied to clipboard

Module "pinterest" has no attribute "oauth2"

Open Gmanicus opened this issue 5 years ago • 0 comments

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.

Gmanicus avatar Dec 20 '19 09:12 Gmanicus