ukd1 / node-twilio

A (deprecated) Twilio helper library for node. Use the official one:
https://github.com/twilio/twilio-node
177 stars 56 forks source link

Setting the URI for a call/text doesn't change the request type #26

Closed dnathe4th closed 7 years ago

dnathe4th commented 12 years ago

This node library set up the URL's automatically to be POST but does not change the URL settings on twilio to use POST instead of GET, leading to 500's because no route matches.

ukd1 commented 7 years ago

This library is deprecated in favor of the official library - https://github.com/twilio/twilio-node