]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Initial stub code for pulling data from Twitter's User Streams and Site Streams inter...
authorBrion Vibber <brion@pobox.com>
Tue, 5 Oct 2010 01:28:54 +0000 (18:28 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 5 Oct 2010 01:28:54 +0000 (18:28 -0700)
commit3b304fc0efd0bb4d75b964fe5585703d113d9c99
tree407cc5007a6532643c2356e490635072239b8df8
parent949ede654b6ba32b596e10078658d0a93a8b4740
Initial stub code for pulling data from Twitter's User Streams and Site Streams interfaces. This should allow us to make a much more efficient background importer which can use a relatively small number of connections getting push data for either a single user or for many users with credentials on the site.
plugins/TwitterBridge/jsonstreamreader.php [new file with mode: 0644]
plugins/TwitterBridge/scripts/streamtest.php [new file with mode: 0644]
plugins/TwitterBridge/twitterstreamreader.php [new file with mode: 0644]