Goodreads Developers discussion
questions
>
authorize mobile application
date
newest »


Creating a WebBrowser and calling .Navigate(...)
Create a new EventHandler to "catch" the reply.
The first one is{https://www.goodreads.com/mobile/user...}
Second one looks like my original request.
Used the same method towards other OAuth REST Apis.
I am not using a oauth library.

I'd bet the request might not be signed correctly.
I'd highly recommend using an oauth library, theres at least one goodreads windows 7 phone client out there, and i'm pretty sure he used a library.


A somewhat unrelated question. It is possible somewhere to see what is returned if calling e.g. /updates/friends.xml.

I'm not sure if I answered your question though, let me know if I misunderstood.

I would like to design my classes, but I don't know/can't find any information of what they should look like. E.g.
{
"id":1,
"author": "bob",
"title": "all the things you didn't know about the goodreads api"
}


http://www.goodreads.com/review/recen...
If you sign up for an API key, then you'll be able to see the sample URLs for methods that don't require OAuth.

Maybe you can help?
Thanks.
I first call
http://goodreads.com/oauth/authorize?....
I'm directed to the login page, but after I enter the login details and press Login, I'm forwarded to a page stating that "You Have Disallowed This Request".
Guess I'm doing something wrong.
Suggestions?