* Added for for issue 24 in detection of what an authable request is.
5.3.1
* Fixed merged in to prevent versioning on access token calls.
5.3.0
* Added support for versioned API calls for both REST and GraphAPI * New `setVersion(string $version)` method added, and new `getVersion()` method added
5.2.0
* Added ability for `per-user` authentication. There is now ability to set/grab a user from authentication. * `requestAndSetAccess(string $code)` method added which will automatically set the access token and user (if applicable) to the API instance for you as a helper method.
5.1.0
* Added a `authRequest` middleware to Guzzle which handles adding all needed headers and checking required API keys to run those requests * Fixed issue for redirect not working
5.0.0
*Possible breaking release depending on how you handle errors*
* 400-500 errors are now captured internally and accessible through the resulting object (16) * Middleware was added to the Guzzle requests to fix redirections (16)