Skip to content
TroyGoode edited this page Oct 29, 2010 · 10 revisions

The JanRain Engage authentication service is a public API to simplify the integration of single sign-on via identity providers like Google, Facebook, Twitter, and OpenID. This project is a wrapper library for the Engage service written in .Net 4.0.

Getting Started

The main focus for integration is the EngageNet class – it is the entry-point into the API. To connect to Engage, simply construct a new EngageNet instance while passing in your API key (supplied with your rpxnow.com account):

var engage = new EngageNet("apiKey");

From there you should be able to interact with the service. Remember to check the sample web site in the source download for usage within a web environment (specifically ASP.Net MVC 2).

Clone this wiki locally