summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/SignInWithTwitter.aspx.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, which...Andrew Arnott2013-03-041-19/+29
* Applied similar redirect fixes elsewhere.Andrew Arnott2013-03-021-2/+3
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-3/+3
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-1/+1
* Samples all build now.Andrew Arnott2013-01-271-6/+9
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+39
* Split the OAuthServiceProvider sample into two samples: OAuthAuthorizationSer...Andrew Arnott2010-07-311-39/+0
* Lots of StyleCop work, and one bug fix (can you find it? <g>)Andrew Arnott2010-06-071-1/+1
* More StyleCop fixes that mysteriously didn't show up before.Andrew Arnott2010-05-081-2/+2
* StyleCop fixes.Andrew Arnott2010-05-081-1/+1
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-28/+30
* Added Sign In with Twitter sample.Andrew Arnott2010-02-241-0/+37