Page 1 of 3

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Tue Mar 04, 2014 10:01 pm
by Packetwire

Attempting to use the Twilio SMS plugin, but I keep getting the following response when testing -

"response":{
"code":20003,
"detail":"Your AccountSid or AuthToken was incorrect.",
"message":"Authentication Error - No credentials provided",
"more_info":"https://www.twilio.com/docs/errors/20003",
"status":401


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Tue Mar 04, 2014 10:19 pm
by Alena Prykhodko

Hello,

Please see Error - 20003 log "Permission Denied" : You lack permission to access the resource and method you requested.
How exactly do you set it up?


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Tue Mar 04, 2014 10:34 pm
by Packetwire

Create New - From Plugin - Twilio SMS API - Import Selected Plugins.
Navigated to Twilio_Settings - Added in my Twilio AccountSID and AuthToken and Saved.

Pretty standard fare...did I miss a step somewhere?


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Wed Mar 05, 2014 7:37 am
by Nikita

Hello!

Please add AuthToken to request’s parameter Authorization for service Twilio_SMSService


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Mon Mar 24, 2014 7:03 pm
by Packetwire

Nikita - Not too sure what you mean above, can you clarify?


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Tue Mar 25, 2014 3:48 am
by Illya Stepanov

Hi -

You need to do next changes:

  1. "Twillo_SMS" page-Data-"smsService"-Edit Mapping-Autorization and click "Edit JS". http://prntscr.com/33vsql/direct

  2. Change two object "TwilioSettings" to "Twilio_Settings". http://prntscr.com/33vt8o/direct

    Also, if you use trial free account, you should know about next things:

  3. in the "To" field you should use only verified phone numbers.

  4. in the "From" field you should use only your twillo number.

    http://prntscr.com/33vwfz/direct

    Regards.


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Mon Jul 07, 2014 2:13 pm
by EJLD

Hi Everyone,

build the app using the Twilio SMS stuff.
good tutorial ... I'm very new in the App World and didn't know about that kind of service ... perfect for what I was looking for.

well, could you give me some directions for the code to:
. attach an image to SMS,
. to send a group (of phone numbers) a same SMS ?

thk you very much in advance
Eric

PS: that Appery really amazes me.


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Tue Jul 08, 2014 3:31 am
by Yurii Orishchuk

Hello,

Please take a look here how to send images in sms:
http://www.twilio.com/help/faq/sms/ho...

I can not found ability to send sms to multiple reciepients.
https://www.twilio.com/docs/api/rest/...

But you can invoke service multiple times for each phone.

Regards.


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Tue Jul 08, 2014 3:50 am
by EJLD

Hi Yurii, thks for your prompt feedback. I'll look into this.


Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Posted: Wed Oct 01, 2014 10:51 pm
by Deon

Hi
This is not working. Your Documentation is outdated. Please can you update.