Goodreads Developers discussion

1752 views
questions > How do you get a user token?

Comments Showing 1-7 of 7 (7 new)    post a comment »
dateUp arrow    newest »

message 1: by K.S.SHARANYA (new)

K.S.SHARANYA IYER (sharanya_iyer) | 8 comments How do you get a user token? Is it the same as the user developer key that you get after you register? What is the difference between user token and request token? What is the difference between user secret and request secret? Please help!


message 2: by Ettore (new)

Ettore Pasquini Hey Sharanya, to learn about how OAuth works, the difference between access token / request token / secret, read one of the many guides available online. For instance, this is a good start:

http://oauth.net/documentation/gettin...

There are also many frameworks for iOS / Android / your environment of choice that make it easier to integrate OAuth into your project.


message 3: by K.S.SHARANYA (new)

K.S.SHARANYA IYER (sharanya_iyer) | 8 comments Thank you Ettore! All I wanted to know is, How do we get our user token?


message 4: by Ettore (new)

Ettore Pasquini This page explains how to request access via oauth:

https://www.goodreads.com/api/documen...

there are also some examples:

https://www.goodreads.com/api/oauth_e...


message 5: by K.S.SHARANYA (new)

K.S.SHARANYA IYER (sharanya_iyer) | 8 comments thank you once again Ettore, I was just browsing through the Apis of godreads coded in eclipse. I got an api, is there any example code of goodreads with eclipse availabe? I mean that, which, once put on eclipse could readily be used as an app?


message 6: by Michael (new)

Michael Economy (michaeleconomy) I do not think we have any existing plug and play eclipse stuff unfortunately.


message 7: by Piyush (new)

Piyush Jain | 9 comments Hi can anyone please let me know is there any oauth endpoints in goodreads (like https://www.goodreads.com/oauth/autho...) which I can use for oauth or should i have to use some library to connect to goodreads via oauth and use its api's and if so then can you please also suggest which library should i use for oauth in php
and I prefer to do this by curl

Thanks


back to top