how to send sms from web app with twilio in java

Posted by user2614804 on Stack Overflow See other posts from Stack Overflow or by user2614804
Published on 2014-06-07T03:19:13Z Indexed on 2014/06/07 3:25 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

Hi I'm new to Twilio and want to know how How to send an SMS from a GAE web app with Twilio using JAVA ? I've executed the example on their website as Java app and it works. https://www.twilio.com/docs/quickstart/java/sms/sending-via-rest

When I want to make the same in a Java Google App Engine app, it don't and it display a message ("The method GET is not supported")

Can someone share a step by step tutorial on how to make my Java GAE webb app to send SMSes please ?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine