Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Samples improvements | András Fuchs | 2013-05-26 | 1 | -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 Arnott | 2013-02-23 | 1 | -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 Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | StyleCop fixes. | Andrew Arnott | 2010-03-07 | 1 | -30/+43 |
| | |||||
* | Optimized the way Sign In to Twitter works. | Andrew Arnott | 2010-02-27 | 1 | -4/+8 |
| | |||||
* | Added Sign In with Twitter sample. | Andrew Arnott | 2010-02-24 | 1 | -1/+117 |
| | |||||
* | Updated Twitter sample to use the new multipart post method. | Andrew Arnott | 2010-01-11 | 1 | -5/+5 |
| | |||||
* | Fixes StyleCop issues. | Andrew Arnott | 2010-01-11 | 1 | -2/+2 |
| | |||||
* | Updated TwitterConsumer sample in the ApplicationBlock to include profile ↵ | Andrew Arnott | 2010-01-11 | 1 | -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 Arnott | 2009-04-08 | 1 | -27/+1 |
| | | | | and Service Provider scenarios. | ||||
* | Added Twitter OAuth consumer sample and helper class to the application block. | Andrew Arnott | 2009-04-07 | 1 | -0/+77 |