summaryrefslogtreecommitdiff
path: root/lib/twitterapi.php
AgeCommit message (Expand)Author
2009-06-04Handle the ways Twitter accepts passing the user in the query string.Dan Moore
2009-05-29Ticket #1568 - API should return full user objectsZach Copley
2009-04-18Bringing the presentation of boolean variables (favorited, truncated, profile...Dan Moore
2009-04-16Make API dates more compatible with Twitter - ticket 1432Zach Copley
2009-03-22One function for producing Atom entry for a NoticeEvan Prodromou
2009-03-10Updates to the API to improve Atom feedsZach Copley
2009-03-06First crack at Twitter-like JSON search results for the APIZach Copley
2009-03-04Made /api/account/verify_credentials.format return an extended user object. U...Zach Copley
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
2009-01-23Merge branch 'master' of ssh://zach@dev.controlyourself.ca/var/www/trunkZach Copley
2009-01-23Bring the Twitter compatible API inline with new uiredesign stuffZach Copley
2009-01-23Merge branch 'master' of /var/www/mublogEvan Prodromou
2009-01-08Revert "Twitter-compatible API - update verify_credentials to return profile"Evan Prodromou
2008-12-15Twitter-compatible API - update verify_credentials to return profileZach Copley
2008-12-14trim some output to avoid excessive whitespaceEvan Prodromou
2008-12-11Fix bad arguments that were throwing PHP warningsZach Copley
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-10Remove a bunch of extraneous logging statementsZach Copley
2008-12-05HTML output in RSS 2.0 and AtomEvan Prodromou
2008-11-06Twitter-compatible API - don't strip XML-illegal chars from JSON outputzach
2008-11-04Better UTF-8 escaped entity handling. Fixed bad chars in all RSS feeds.zach
2008-10-26add SUP links to RSS and Atom, tooEvan Prodromou
2008-10-16Twitter-compatible API:zach
2008-10-06Twitter-compatible API - direct_messages/new.json was not answeringzach
2008-09-30Twitter-compatible API - cleaned up sloppy control flow: exit() statements ev...zach
2008-09-30Twitter-compatible API - factored out redundant JSON printing functionszach
2008-09-30Twitter-compatible API - Favorites now working!zach
2008-09-30Twitter-compatible API - added source links to statuses/noticeszach
2008-09-29Twitter-compatible API: Direct messages work (everything but destroy())Zach Copley
2008-09-25Twitter-compatible API - rss and atom feeds for direct messagesZach Copley
2008-09-24Twitter-API: Viewing direct msgs in xml and json now workZach Copley
2008-09-09Twitter-compatible API - JSONP callbacks for all methods emitting JSONZach Copley
2008-08-18Twitter-compatible API - moved show() to the right filezach
2008-08-18Twitter-compatible API - running all strings through gettext() nowzach
2008-08-15Twitter-compatible API: support for new in_reply_to_status_id in statuses/updatezach
2008-08-08Twitter-compatible API: filled in the source attr for notices accessed via APIzach
2008-07-30Twitter-compatible API: implemented /users/show.format methodzach
2008-07-28Twitter-compatible API: better error handling for replier_by_reply()zach
2008-07-22correctly return 0 for zero followersEvan Prodromou
2008-07-20Twitter-compatible API - refactoring and bug fixeszach
2008-07-20Twitter-compatible API - Error handling that better matches Twitter'szach
2008-07-20Twitter-compatible API: /account/update_location implementedzach
2008-07-18init and end documentsEvan Prodromou
2008-07-18show friendship stuffEvan Prodromou
2008-07-17Twitter-compatible API - /statuses/show and /statuses/update now workzach
2008-07-16Twitter-compatible API - code cleanupzach
2008-07-16Twitter-compatible API: public_timeline.atom workszach