How to use OAuth 2 - OAuth 2 C# example
问题 I have to figure out how to use OAuth 2 in order to use Deviantart api. I got the client_id and client_secret part Here the information they give Endpoints The only information you need to authenticate with us using OAuth 2.0 are the client_id and client_secret values for your app, as well as the endpoint shown below. OAuth 2.0 draft 10: https://www.deviantart.com/oauth2/draft10/authorize https://www.deviantart.com/oauth2/draft10/token OAuth 2.0 draft 15: https://www.deviantart.com/oauth2