Skip to content

codecopy/DotNetOpenAuth.OSChinaOAuth2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetOpenAuth.OSChinaOAuth2

DotNetOpenAuth OAuth2 Client for OSChina

OSChina Reference: http://www.oschina.net/openapi

Setup

  1. Install this library from NuGet,

     PM> Install-Package DotNetOpenAuth.OSChinaOAuth2
    

... or compile from source and add a reference

  1. Register the client to OAuthWebSecurity.
var client = new OSChinaOAuth2("yourClientId", "yourClientSecret");
OAuthWebSecurity.RegisterClient(client, "OSChina");

Disclaimer

I don't work for Google, Microsoft, or DNOA. This is released under the MIT licence. Do what you want with it.

And, Thank you mj1856.

About

DotNetOpenAuth OAuth2 Client for OSChina

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%