summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/Twitter.aspx.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, which...Andrew Arnott2013-03-041-43/+55
* Applied similar redirect fixes elsewhere.Andrew Arnott2013-03-021-3/+2
* Fixes some recent regressions to get twitter.aspx working.Andrew Arnott2013-03-021-1/+3
* Fixes some OAuth 1 build breaks.Andrew Arnott2013-02-261-33/+13
* Matured the OAuth 1 consumer signing handler a bit.Andrew Arnott2013-02-181-2/+1
* Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-13/+9
* Samples all build now.Andrew Arnott2013-01-271-8/+13
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+96
* Split the OAuthServiceProvider sample into two samples: OAuthAuthorizationSer...Andrew Arnott2010-07-311-96/+0
* More StyleCop fixes that mysteriously didn't show up before.Andrew Arnott2010-05-081-2/+2
* StyleCop fixes.Andrew Arnott2010-05-081-6/+6
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-75/+77
* Updated TwitterConsumer sample in the ApplicationBlock to include profile ima...Andrew Arnott2010-01-111-0/+16
* Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-071-1/+1
* Rewrote the Google and Twitter consumer samples to be more presentable once c...Andrew Arnott2009-04-081-22/+13
* Split up ITokenManager into two derived interfaces to better fit Consumer and...Andrew Arnott2009-04-081-4/+5
* Added Twitter OAuth consumer sample and helper class to the application block.Andrew Arnott2009-04-071-0/+86