Abraham Williams

Results 239 issues of Abraham Williams

Users shouldn't have to check if the response code is a HTTP 2XX.

Task

Twitter has since added a number of additional hosts that are used and they need to be supported. A potential design could look something like this: ``` $twitteroauth->subdomain('version').method('path', params); $t->api->get(...);...

API support

This s a summary of the plans for TwitterOAuth future major versions. Once released, 1.0 will only receive critical bug fixes. It will have its own branch and master branch...

Task
Media
Tests
Available
Needs work
API support
dependencies

Add a `File` class that handles getting file data for media uploads. The `File` class will handle getting the file data from a variety of sources (disk, URL, base64, etc)...

Media

``` 2015-02-20T05:40:01.339495+00:00 app[web.1]: [20-Feb-2015 05:40:01 UTC] PHP Fatal error: Uncaught exception 'Abraham\TwitterOAuth\TwitterOAuthException' with message 'Request timed out.' in /app/vendor/abraham/twitteroauth/src/TwitterOAuth.php:311 2015-02-20T05:40:01.549171+00:00 app[web.1]: 10.101.131.90 - - [20/Feb/2015:05:40:01 +0000] "GET /favicon.ico HTTP/1.1" 404...

Documentation
Available

Maybe add a `Request` class that can be set to form encoded, JSON, etc depending on the type of API.

API support

It could look something like this and contain all of the specific request/response state. ``` $response = $t->get(...); $response->headers; $response->status_code; $response->body; $response->success; ```

Task

It should be unlikely but if it does happen an exception should probably be raised. https://github.com/abraham/twitteroauth/blob/e0a9c0e264ef22bf599036e58e401823dcab69db/src/Request.php#L24

Task

https://mail.google.com/mail/u/0/#inbox/14f573225b3b3d5b

Documentation
Available

5 seconds is unlikely to be enough, for media requests they should automatically be increased.

Media
Available