Thanks so much for your hard work on this project.

I know it is thankless work, but this library has been a great help
for me.

Thanks!

On Nov 16, 7:10 pm, jmathai <jmat...@gmail.com> wrote:
> Anyone using twitter-async can upgrade to the 2.0 version.
>
> http://wiki.github.com/jmathai/twitter-async/twitter-async-20-release...
>
> Changes
>
>    1. Added a new (preferred) API
>       You can now use get, post, delete, get_basic, post_basic and
> delete_basic
>    2. 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
>    3. Revamped the exceptions
>    4. Added support for versioned URLs
>    5. Exposed response headers
>    6. Exception::getMessage() returns the response as raw text and not
> an array of messages
>        (even if debug is set to on)
>    7. Fixed lots and lots of bugs

Reply via email to