sefakilic / goodreads

:snake: Python wrapper for Goodreads API :books:
262 stars 100 forks source link

How to get access token secret? #24

Closed aidiss closed 8 years ago

aidiss commented 8 years ago

I was able to get access token. But how can I get access token secret?

sefakilic commented 8 years ago

You can get a API key and secret at https://www.goodreads.com/api/keys

aidiss commented 8 years ago

I can get app key and secret at your link, I believe. I call gc.authenticate() and it gets me to https://www.goodreads.com/?oauth_token={auth_token}&authorize=1 What abotu token secret?