I'm developing a windows 8 app for goodreads. I'm following the sample at http://code.msdn.microsoft.com/window... to get the oauth token and I managed to get the oauth token and the oauth token secret successfully. But I'm unable to send it back and get the access token from goodreads.
HI Michael, Yes. I tried with OAuthBase. but I had to change it's methods to use it with the windows 8 implementation with winRT. So I used the web authentication broker sample.
I'm developing a windows 8 app for goodreads. I'm following the sample at http://code.msdn.microsoft.com/window... to get the oauth token and I managed to get the oauth token and the oauth token secret successfully. But I'm unable to send it back and get the access token from goodreads.
I have put my code at http://stackoverflow.com/questions/15....
Please help me to sort out my problem. Thanks in advance.