summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Samples improvementsAndrás Fuchs2013-05-261-224/+0
| | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock.
* Updates Twitter URLs.Andrew Arnott2013-02-231-6/+6
| | | | | Thanks Christopher Cook for the tip. https://plus.google.com/116106034026223919199/posts/N422vX151Eq
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* StyleCop fixes.Andrew Arnott2010-03-071-30/+43
|
* Optimized the way Sign In to Twitter works.Andrew Arnott2010-02-271-4/+8
|
* Added Sign In with Twitter sample.Andrew Arnott2010-02-241-1/+117
|
* Updated Twitter sample to use the new multipart post method.Andrew Arnott2010-01-111-5/+5
|
* Fixes StyleCop issues.Andrew Arnott2010-01-111-2/+2
|
* Updated TwitterConsumer sample in the ApplicationBlock to include profile ↵Andrew Arnott2010-01-111-0/+40
| | | | | | image upload. Added an Upload Photo button to the Twitter sample page.
* Split up ITokenManager into two derived interfaces to better fit Consumer ↵Andrew Arnott2009-04-081-27/+1
| | | | and Service Provider scenarios.
* Added Twitter OAuth consumer sample and helper class to the application block.Andrew Arnott2009-04-071-0/+77