Closed (duplicate)
Project:
Twilio SMS Integration
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 20:11 UTC
Updated:
22 Feb 2012 at 00:27 UTC
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
Comment #1
univate commentedAre the libraries backwards compatible? ie: does using the 2010 break anything and should this be a major version change to 2.0?
Comment #2
sporky commentedLooks like they at least changed the directory structure in ver 3.0+ https://github.com/twilio/twilio-php for the helper library
Comment #3
caseysoftware commented(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
Comment #4
mcpuddin commentedI'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
Comment #5
mcpuddin commentedThis 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