Using Twilio to send pre-filled message from iOS handset instead of asking user to enter code?

awlakers

I've seen several applications that use Twilio for SMS verification go from:

Sending the user a 4-5 digit code to enter on their handset

to

Pre-filling a 32+ character SMS message that the user sends from their device to the services Twilio number.

Is there any documentation out there on how to implement an approach like this?

Devin Rader

Twilio evangelist here.

It sounds like your asking two different questions, one regarding two factor authentication and one regarding autocreating an SMS message on the device for the user to sent to Twilio.

If I've got that correct, then I'd start be working through the Two-Factor Authentication How To article that walks through setting up SMS-bsased two factor authentication.

Another resource to check out is the Add Two-Factor Authentication to your Website with Google Authenticator and Twilio SMS blog post.

As far as generating a text message on a device, I think that is going to greatly depend on what kind of mobile device you are targeting.

Hope that helps.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Using Twilio with existing phone handset

From Dev

Send Message using a WebRequest and Twilio

From Dev

Google+ Share link / Send message to pre-filled users

From Dev

Using Sidekiq and Twilio to send text message

From Dev

Twilio: Unable to send Message using Test Credentials

From Dev

How to send a text from the user's cell phone number using Twilio?

From Dev

Meteor: send message to user at hot code push

From Dev

fatal error while trying to send message using twilio

From Dev

SignalR - Send message to user using UserID Provider

From Dev

Asking the user to enter amount of items to an array

From Dev

Send message from Viber bot to subscribed user

From Dev

Send message from iOS Today Widget to app

From Dev

How to send message from widget to iOS app

From Dev

How to send SMS (using Twilio channel) from Microsoft Bot Framework?

From Dev

Twilio sending message Using twilio library

From Dev

Send message to a connected user

From Dev

Update Twilio chat message body and attribute and get read/unread message counter using iOS sdk

From Dev

cllocationmanager not asking for user permission ios8

From Dev

twilio send sms message Invalid phone number

From Dev

Twilio send message doesn't work

From Dev

Twilio Programmable Chat; Stopping client to send message

From Dev

Twilio is sending their own messages for Start/Help and Stop instead of using our API reply message

From Dev

I get the following error when trying to send a message to my phone number from my Twilio number

From Dev

Asking user for input - prime number code

From Dev

Is it possible to send a message to a user's friend using the Bots for Messenger API?

From Dev

Not able to Send Message specific to User using Spring Websocket STOMP

From Dev

Unable to send a sms by using twilio

From Dev

Twilio Is it possible to extend the time to enter the access code?

From Dev

How to send message after user's socket disconnect from the server

Related Related

  1. 1

    Using Twilio with existing phone handset

  2. 2

    Send Message using a WebRequest and Twilio

  3. 3

    Google+ Share link / Send message to pre-filled users

  4. 4

    Using Sidekiq and Twilio to send text message

  5. 5

    Twilio: Unable to send Message using Test Credentials

  6. 6

    How to send a text from the user's cell phone number using Twilio?

  7. 7

    Meteor: send message to user at hot code push

  8. 8

    fatal error while trying to send message using twilio

  9. 9

    SignalR - Send message to user using UserID Provider

  10. 10

    Asking the user to enter amount of items to an array

  11. 11

    Send message from Viber bot to subscribed user

  12. 12

    Send message from iOS Today Widget to app

  13. 13

    How to send message from widget to iOS app

  14. 14

    How to send SMS (using Twilio channel) from Microsoft Bot Framework?

  15. 15

    Twilio sending message Using twilio library

  16. 16

    Send message to a connected user

  17. 17

    Update Twilio chat message body and attribute and get read/unread message counter using iOS sdk

  18. 18

    cllocationmanager not asking for user permission ios8

  19. 19

    twilio send sms message Invalid phone number

  20. 20

    Twilio send message doesn't work

  21. 21

    Twilio Programmable Chat; Stopping client to send message

  22. 22

    Twilio is sending their own messages for Start/Help and Stop instead of using our API reply message

  23. 23

    I get the following error when trying to send a message to my phone number from my Twilio number

  24. 24

    Asking user for input - prime number code

  25. 25

    Is it possible to send a message to a user's friend using the Bots for Messenger API?

  26. 26

    Not able to Send Message specific to User using Spring Websocket STOMP

  27. 27

    Unable to send a sms by using twilio

  28. 28

    Twilio Is it possible to extend the time to enter the access code?

  29. 29

    How to send message after user's socket disconnect from the server

HotTag

Archive