summaryrefslogtreecommitdiff
path: root/actions/apiaccountverifycredentials.php
AgeCommit message (Collapse)Author
2010-06-18Catch a couple of missing XML namespace declarations on API XML output. ↵Brion Vibber
Missing NS declarations were breaking XML parsing for some clients since beaecb18d5b92b913473dfffd545dc436f50cf66
2010-02-05Fix issue with OAuth request parameters being parsed/stored twice whenZach Copley
calling /api/account/verify_credentials.:format
2010-01-25- Had to remove checking read vs. read-write in OAuth authenticated methodsZach Copley
- Will now pick up source attr from OAuth app
2009-10-12Added in credits.Zach Copley
2009-10-09Missed some of the references to the old TwitterApiAction - removedZach Copley
2009-10-09Move all basic auth output and processing to base classesZach Copley
2009-10-09$format is used by every API action. Set it in the base class.Zach Copley
2009-10-05New actions for the account methods we have implementedZach Copley