Reputation: 4969
I'm planning to use DotNetOpenAuth(http://www.dotnetopenauth.net/) for implementing openid logging for my application.
Initially I facilitate Facebook, Google, Yahoo and Twitter open ids to log in to my web application.
Do I need to write consumers ie. google, facebook for each items or Are there any common implementations to handle that ?
Upvotes: 2
Views: 767
Reputation: 1039398
You could download the OAuth2 CTP which contains a sample project (OAuthClient
) which has Facebook and Twitter implementations.
Upvotes: 2