twitterlibphp icon indicating copy to clipboard operation
twitterlibphp copied to clipboard

An object-oriented PHP interface to the Twitter API

Results 4 twitterlibphp issues
Sort by recently updated
recently updated
newest added

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...