index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
twitteroauthclient.php
Age
Commit message (
Collapse
)
Author
2009-08-28
Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵
Zach Copley
Auth as well as OAuth
2009-08-28
Renable basic auth posting to Twitter for users who already have a bridge setup
Zach Copley
2009-08-26
define LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
change controlyourself.ca to status.net
Evan Prodromou
2009-08-25
change laconi.ca to status.net
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-08-10
I forgot that we don't do database upgrades for point releases. So I've
Zach 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-10
Moved some stuff around. More comments and phpcs compliance.
Zach Copley
2009-08-06
- Rewrote SyncTwitterFriends as a daemon
Zach Copley
- Made it use OAuth - Code clean up
2009-08-04
Use ssl for fetching frinds_timeline from Twitter since it requires auth and ↵
Zach Copley
is a protected resource
2009-08-04
Make TwitterStatusFetcher daemon work with OAuth
Zach Copley
2009-08-04
Moved some stuff to a base class
Zach Copley
2009-08-03
Make the TwitterQueuehandler post to Twitter using OAuth
Zach Copley
2009-08-01
Twitter OAuth server dance working
Zach Copley