At present, the module uses the old 2008 API. While it works, the 2010 version adds some new features and error handling that would be useful here.

Comments

univate’s picture

Are the libraries backwards compatible? ie: does using the 2010 break anything and should this be a major version change to 2.0?

sporky’s picture

Looks like they at least changed the directory structure in ver 3.0+ https://github.com/twilio/twilio-php for the helper library

caseysoftware’s picture

(I didn't get notification that there was a response..)

Yes, the library is backwards compatible. You should be able to use the new library to access the 2008 API without issue.

That said, the 2010 API offers a great deal more functionality including Twilio Client, so a full update would be worthwhile.

/me = Twilio employee

mcpuddin’s picture

I've added support in the D7 version of this module for the 2010 API. I welcome anyone to take a look at my work and reproduce it for D6 to get it supported: http://drupal.org/node/1449494

James

mcpuddin’s picture

Status: Active » Closed (duplicate)

This guy actually wrote the code to support the 2010 API, however he does not create a toggle between the 2008 and 2010 API that I did for the D7 version.. and if it is truly backwards compatible, there should be no problem as long as you force users to download the 2010 API . I am marking this issue as a duplicate and moving this issue to that one since it actually has the code: http://drupal.org/node/1334714