summaryrefslogtreecommitdiff
path: root/lib/twitteroauthclient.php
AgeCommit message (Collapse)Author
2009-08-10Moved some stuff around. More comments and phpcs compliance.Zach Copley
2009-08-06- Rewrote SyncTwitterFriends as a daemonZach Copley
- Made it use OAuth - Code clean up
2009-08-04Use ssl for fetching frinds_timeline from Twitter since it requires auth and ↵Zach Copley
is a protected resource
2009-08-04Make TwitterStatusFetcher daemon work with OAuthZach Copley
2009-08-04Moved some stuff to a base classZach Copley
2009-08-03Make the TwitterQueuehandler post to Twitter using OAuthZach Copley
2009-08-01Twitter OAuth server dance workingZach Copley