Twilio Not Working
I've went through the Twilio tutorial. I've setup a proxy, encoded my SID:AuthToken in base64 in the database, and I can't get the test pages from the tutorial to work. When I try to send a message, I get this error in the console: "https://api.appery.io/rest/1/proxy/tu... 400 (Bad Request)"
When I try to view history, I get the same error.
I've got a paid Twilio account, and I'm using the live credentials.
I get this response when I try to test the premade services:
{
"status":401,
"uri":"https://api.twilio.com/2010-04-01/Acc...",
"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
}
}
Why does it say "NO CREDENTIALS PROVIDED" Any ideas?