Goodreads Developers discussion

98 views
OAuth in Java (Spring Social)

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

message 1: by Aro (new)

Aro Saga | 2 comments I'm using Spring Social to successfully authenticate and get an access token, but I've yet to be able to make any call to the API. In particular, I want to get user_id from api/auth_user. So far every call I've tried returns '400 Bad Request'. How are requests expected to be signed?

I'd appreciate any feedback from anyone who has some experience with Spring Social or might otherwise have an idea what I'm doing wrong.


message 2: by Michael (new)

Michael Economy (michaeleconomy) I've never heard of anyone using "spring social" with goodreads. I believe signpost works with a few modifications, see: http://www.goodreads.com/topic/show/1...


message 3: by Aro (new)

Aro Saga | 2 comments Thanks, I'll check it out.

In general though, should I be including credentials in the authorization header, or should I be doing something different/additional?


message 4: by Michael (new)

Michael Economy (michaeleconomy) It sounds like that should be handled by your oauth library. I'd check out some examples provided by the library. We also have some goodreads specific examples in the examples section of this group.


back to top