aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth.h
Commit message (Collapse)AuthorAgeLines
* OAuth, it lives!Wilmer van der Gaast2010-04-26-0/+9
|
* Twitter module now generates authorize URLs.Wilmer van der Gaast2010-04-26-1/+1
|
* Moving two public OAuth functions into the header file.Wilmer van der Gaast2010-04-26-0/+35
|
* Successfully posted a tweet!Wilmer van der Gaast2010-04-26-0/+2
| | | | | | | | | | Twitter's tricky. It returns vars (user_id, screen_name) in the access token that, the way I read the spec, should be included in all subsequent queries. However, stuff only started to work when I dropped those vars. This code's definitely not pretty ATM. Need to clean up now that it actually works.
* Code to calculate OAuth signatures. I hope that after wrapping my mindWilmer van der Gaast2010-04-25-0/+22
around all of this the rest is going to be easier..