2

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 ?

1 Answer 1

2

You could download the OAuth2 CTP which contains a sample project (OAuthClient) which has Facebook and Twitter implementations.

Sign up to request clarification or add additional context in comments.

1 Comment

You only need OAuth2 for Facebook. Twitter uses OAuth 1.0. And Google and Yahoo both use OpenID.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.