ZendService_Twitter icon indicating copy to clipboard operation
ZendService_Twitter copied to clipboard

PHP OOP wrapper for the Twitter API

Results 2 ZendService_Twitter issues
Sort by recently updated
recently updated
newest added

When a Twitter object is first instantiated, an HTTP client is created, using the http_client_options specified in the array passed into the constructor. So for example, if you want to...

I believe I ran into a bug with regards to error handling in `ZendService\Twitter\Response`. I've fixed it here: https://github.com/calevans/ZendService_Twitter/pull/1 The only response docs around errors seems to be https://dev.twitter.com/ads/basics/response-codes which...

bug
question