aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_http.h
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-1/+2
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Have root confirm some commands that so far gave no feedback at all, sinceWilmer van der Gaast2012-11-25-0/+8
| | | | | "no news is good news" can be a little confusing.
* Very immature code for reading from the streaming API. It reads from aWilmer van der Gaast2012-11-10-2/+2
| | | | | | fixed URL and tried to parse individual JSON objects. Not doing anything useful with it.
* Added base_url settting to Twitter module so other services using theWilmer van der Gaast2010-05-23-2/+2
| | | | | Twitter API can be used. Only with Basic authentication though.
* Cleaned up OAuth stuff: consumer key/secret should *not* be in lib/oauth.c.Wilmer van der Gaast2010-05-01-1/+3
| | | | | | Keep it in the Twitter module, and use the oauth_info struct through the whole session to keep all this together.
* Successfully posted a tweet!Wilmer van der Gaast2010-04-26-1/+1
| | | | | | | | | | 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.
* Added twitter-module.Geert Mulders2009-12-01-0/+34