I\'m using dotnetopenauth in combination with a WCF service to request access tokens. The following steps are no problem:
Has anyone had success using DotNetOpenAuth to access Yelp\'s v2 api using DotNetOpenAuth? After digging through the examples and the source, this is what I came up with:
I want to have authentication mechanism fo开发者_如何学Cr my site (in asp.net mvc3), first option openID another option via my site. I don\'t know how to start with dotnetopenid, because it does not h
I just setup a logging provider using Log4net and noticed when t开发者_JAVA技巧esting that DotNetOpenAuth is logging messages as well. They must be using log4net as well, great I don\'t want 50 insert
I want to display the user\'s screen name in a partial view that is contained in a master page. It is the classic \"Log In\" / \"Welcome John Smith! Log Out\" scenario. The user\'s screen name is diff
I am building an OAuth service provider using DotNetOpenAuth, and to test it I have modified the sample wcf consumer to simply call a plain http endpoint.The token request works fine, but when I reque
I am following the example provided by Google for Market place app at http://code.google.com/googleapps/marketplace/tutorial_dotnet.html
What is the recommended solution for keeping track of the curren开发者_开发百科t user in a site using OpenId? Say I have a Users table with an id and a claimed identifier and then my site specific inf
Does anyone know of any code samples on how to use DotNetOpenAuth with Facebook using ASP.NET MVC 3 (or any version of MVC for that matter)? The samples that come with the library do not have any Face
I\'m startin开发者_运维知识库g this project where I need to provide authorization for websites. Since I\'m starting from scratch, why not use the latest: OAuth 2.0 protocal. Unfortunately, I know noth