Goodreads Developers discussion

255 views
questions > Get access token using the received oauth token in windows 8

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

message 1: by Harshini (new)

Harshini Nawarathna (harshani) | 7 comments Hi,

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.


message 2: by Michael (new)

Michael Economy (michaeleconomy) Have you tried using an oauth library? Theres many pitfalls to implementing oauth yourself.


message 3: by Harshini (new)

Harshini Nawarathna (harshani) | 7 comments 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.


back to top