Goodreads Developers discussion

129 views
questions > facing 401 error

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

message 1: by Raman (new)

Raman Kumar | 4 comments Hi,
I have used oAuth and i am getting
requesttoken as well as i am getting accesstoken
also i have goodsreads bookid
Now after this whenever i am trying to connect
with Post api i am always getting 401 error.
I am using C# with dotnet in developing this application.
and i am trying to use

URL: https://www.goodreads.com/review.xml
Post string is -"book_id=xxxx"
Kindly advice what should i do.
For webPosting api i am using the below sample link
https://msdn.microsoft.com/en-us/libr...
Kindly advice what should i do.


message 2: by Nichole (new)

Nichole Treadway Hi Raman,

Can you post the exact error message you're getting?

I would suggest using an OAuth library.


back to top