summaryrefslogtreecommitdiff
path: root/lib/twitteroauthclient.php
AgeCommit message (Collapse)Author
2009-08-28Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵Zach Copley
Auth as well as OAuth
2009-08-28Renable basic auth posting to Twitter for users who already have a bridge setupZach Copley
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-10I forgot that we don't do database upgrades for point releases. So I'veZach Copley
changed Twitter OAuth to store token and token secret in the same field in foreign_link (credentials). This should be changed in 0.9.
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