aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_http.c
Commit message (Collapse)AuthorAgeLines
* Successfully posted a tweet!Wilmer van der Gaast2010-04-26-2/+16
| | | | | | | | | | 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.
* Killed unused twitter_urldecode() and silence some compiler warnings.Wilmer van der Gaast2010-04-07-42/+1
|
* Updates made as a result to the comments on the review.Geert Mulders2010-04-06-41/+8
|
* Added twitter-module.Geert Mulders2009-12-01-0/+235