aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth.c
Commit message (Collapse)AuthorAgeLines
* Added a function that generates an OAuth Authorization: HTTP header.Wilmer van der Gaast2010-04-26-13/+79
|
* oauth_access_token() added. I managed to increase the counter onWilmer van der Gaast2010-04-25-4/+22
| | | | | http://twitter.com/oauth_clients/details/127170 . \o/
* Some HTTP stuff. Via gdb I can make this request a token.Wilmer van der Gaast2010-04-25-6/+212
|
* Code to calculate OAuth signatures. I hope that after wrapping my mindWilmer van der Gaast2010-04-25-0/+106
around all of this the rest is going to be easier..