This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Twitter-async 2.0 Release Notes
Overview
The 2.0 release is a milestone that addresses numerous issues raised over the past few months. After seeing how the library was being used and where most people seemed to have trouble getting up to speed, I decided to make changes to benefit the general use case. All previous functionality is still available, though may no longer be the default behavior. See the Changes section for full details before upgrading.
The documentation has been updated for this release
Changes
- Added a new (preferred) API
You can now use get, post, delete, get_basic, post_basic and delete_basic. Details here - No longer asynchronous by default
Most people were using it synchronously and didn’t understand why you had to access a response parameter to ensure the call completed.useAsynchronous(true)should be used if you want to use it that way or hard code the default value in EpiTwitter.php - Revamped the exceptions
Details on the new exception hierarchy - Added support for versioned URLs
- Exposed response headers
Details on how to access response headers Exception::getMessage()returns the response as raw text and not an array of messages
(even if debug is set to on)- Fixed lots and lots of bugs






