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
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.