summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes Microsoft AspNet project.Andrew Arnott2013-06-161-201/+0
| | | | Compatibility with it is broken due to the async changes in DNOA.
* Merge branch 'v4.3'Andrew Arnott2013-05-271-2/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt
| * Switches FacebookClient to use an array of scopes.Andrew Arnott2013-05-261-3/+3
| |
| * Adds FacebookClient ctor overload.Andrew Arnott2013-05-261-1/+16
| | | | | | | | | | Adding a new overload rather than changing an existing one avoids the risk of a binary breaking change that might impact folks.
| * StyleCop message fixes.Andrew Arnott2013-05-261-5/+8
| |
| * Adding scope parameter for facebook clientThomas Holloway2013-05-261-2/+8
| |
* | Lots of StyleCop fixes.Andrew Arnott2013-03-261-1/+1
| |
* | Fixes the rest of the build breaks in the solution, including DNOA.AspNet.TestAndrew Arnott2013-03-201-2/+3
| |
* | Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|/
* Fixes build break due to StyleCop message.Andrew Arnott2012-10-291-1/+0
|
* Style fix.Andrew Arnott2012-10-021-3/+3
|
* Update src/DotNetOpenAuth.AspNet/Clients/OAuth2/FacebookClient.csJason Kulatunga2012-09-271-1/+4
| | | Retrive the facebook user's email as well as the rest of their default user data. 
* Use cookie to store OAuth token and set it as default mechanism. Fix an ↵Microsoft2012-05-031-3/+28
| | | | issue in Facebook account with encoded return url. Update Twitter urls. Catch exception in VerifyAuthentication and return as Failed.
* StyleCop fixes on AspNet project.Andrew Arnott2012-03-101-19/+13
|
* FxCop fixes and suppressions.Andrew Arnott2012-03-101-0/+2
|
* Replaced manual argument validation with helper methods.Andrew Arnott2012-03-011-11/+2
|
* ReSharper code cleanup to help get this AspNet contribution into StyleCop ↵Andrew Arnott2012-03-011-34/+103
| | | | compliance.
* Fixed some bad or missing URL escaping.Andrew Arnott2012-03-011-17/+12
|
* Replaced AspNet project's Uri.ToString() calls with Uri.AbsoluteUriAndrew Arnott2012-03-011-3/+3
| | | | http://blog.nerdbank.net/2008/04/uriabsoluteuri-and-uritostring-are-not.html
* Added copyright messages to AspNet project.Andrew Arnott2012-03-011-1/+7
|
* Some StyleCop fixes for ASP.NET team's contribution.Andrew Arnott2012-03-011-84/+71
|
* Make changes per discussion. Remove the DNOA.WebPages project. Rename ↵Microsoft2012-03-011-0/+104
DNOA.Web to DNOA.AspNet.