Building an Imgur Client for Windows Phone - Part 4 - Authentication
0 comments
/
posted by
Silverlight Show
on
Feb 07, 2013 (7 months ago)
Read original post by Den Delimarsky at DZone Today I am going to talk about user authentication, because some of the actions require the user to be logged in the service. Imgur API uses the OAuth 2.0 authentication flow (the service-specific spec is available here). To let the user access the authentication page, you can add a button to the application bar (it is already there for your convenienc ...