dotnetopenauth
Twitter Authentication gives 'incorrect signature' using DotNetOpenauth
I\'m using dotnetopenauth in combination with a WCF service to request access tokens. The following steps are no problem:[详细]
2023-03-06 19:13 分类:问答Accessing Yelp's OAuth 1.0a API with DotNetOpenAuth
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:[详细]
2023-03-06 09:48 分类:问答how to start using openID in an asp.net mvc3 project?
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[详细]
2023-03-06 05:55 分类:问答Anyone know how to turn off debugging / Logging in DotNetOpenAuth
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[详细]
2023-03-05 15:50 分类:问答How to pass a user's screen name to a view
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[详细]
2023-03-05 12:41 分类:问答Why is my DotNetOpenAuth consumer not respecting the version 1.0a?
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[详细]
2023-03-04 19:22 分类:问答Adding Google Calendar entry without using setUserCredentials
I am following the example provided by Google for Market place app at http://code.google.com/googleapps/marketplace/tutorial_dotnet.html[详细]
2023-03-04 18:28 分类:问答OpenId update profile information
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[详细]
2023-02-27 08:49 分类:问答DotNetOpenAuth and Facebook
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[详细]
2023-02-23 07:32 分类:问答How can DotNetOpenAuth help me build an OAuth 2.0 Service Provider?
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[详细]
2023-02-21 18:25 分类:问答