summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge/twitteroauthclient.php
AgeCommit message (Collapse)Author
2010-09-18* i18n/L10n updatesSiebrand Mazeland
* whitespace updates.
2010-09-07better handling of params in oauthgetEvan Prodromou
2010-09-07better param handling in hometimelineEvan Prodromou
2010-09-07include entities in the results of home_timelineEvan Prodromou
2010-09-07delete Twitter notice if it was posted from hereEvan Prodromou
2010-09-07Notify Twitter when StatusNet user faves/disfaves a Twitter noticeEvan Prodromou
2010-09-07use home_timeline instead of friends_timelineEvan Prodromou
2010-09-07do a real retweet for a local repeatEvan Prodromou
2010-04-14Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵Brion Vibber
enabled on the Twitter side)
2010-03-02- Have Twitter bridge check for a global key and secret if it can'tZach Copley
find one in the local config - Refuse to work at all if the consumer key and secret aren't set
2010-02-16Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allowsZach Copley
us to automatically send in a callback url instead of having to manually configure one for each StatusNet instance.
2010-01-26Use "Sign in with Twitter" auth pattern and official Twitter button for ↵Zach Copley
Twitter-based login. See: http://apiwiki.twitter.com/Sign-in-with-Twitter
2009-09-08Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
Conflicts: plugins/TwitterBridge/twitterauthorization.php
2009-08-25Pluginized Twitter settings stuffZach Copley