twitterlibphp
twitterlibphp copied to clipboard
An object-oriented PHP interface to the Twitter API
Just over 6 weeks left until the API team removes basic authentication and insists on OAuth. http://www.countdowntooauth.com/
I'm trying to retrieve only one status from from my twitter feed but the function getStatus is not working. I've tried all the other functions (getUserTimeline, getMentions, etc) and have...
Hi Just downloaded the most recent version (I've been using it for a while, thanks!) I've had to change your private variables ($http_status, $last_api_call and $application_source) into protected variables to...