Goodreads Developers discussion
questions
>
How to get user status of the user who authorized through oauth
date
newest »


2. for user statuses we have an api you can use. Also, check out this discussion:
http://www.goodreads.com/topic/show/1...
I'm developing a windows 8 desktop app for goodreads in C#. I managed to OAuth my app and get the oauth token.
I'm new to APIs.
1. How can I get the id of the who authorized oauth. The API document says "URL: http://www.goodreads.com/api/auth_user
HTTP method: GET "
Do I need to add the oauth_token at the end of the url?
2. Is there any API method to get user status of a particular user by giving user id.
Thanks in advance