Goodreads Developers discussion

59 views
examples / showcase > OAuth for UWP

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

message 1: by Gunther (last edited May 31, 2017 07:31AM) (new)

Gunther Wils | 7 comments I was making a goodreads app for UWP, I abandoned it though but here is the code I use for the OAuth flow

might be useful for some people

i did use 2 nuget packages which made it a lot easier
FubarCoder.RestSharp.Portable.HttpClient
FubarCoder.RestSharp.Portable.OAuth1

The Token class returned by DoAuthFlow just contains 2 string properties Key and Secret


back to top