Skip to content

promorepublic-contests/oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PromoRepublic.Oauth.Clients library

Extensions for DotNetOpenAuth2 library to work with VKontakte and Odnoklassniki

Installation

Either download the code and build it along with demo application, or install NuGet package

Install-Package PromoRepublic.Oauth.Clients

Usage

Add the following code lines to your AuthConfig.cs:

using PromoRepublic.Oauth.Clients;

and

     OAuthWebSecurity2.RegisterFacebookClient(appId: "...", appSecret: "...");
     OAuthWebSecurity2.RegisterVkontakteClient(appId: "...", appSecret: "...");
     OAuthWebSecurity2.RegisterOdnoklassnikiClient(appId: "...", appSecret: "...", appPublic: "...");

filling the blanks with your app Ids and keys. Good article of how to obtain this Ids here: Article in russian

©PromoRepublic 2013, http://promorepublic.com

About

Extensions for DotNetOpenAuth2 library to work with VKontakte and Odnoklassniki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published