By newdawnng on
Please how should Clickatell two-way-sms long code number integrated with drupal content management?
It will be used for authenticating subscribers, in such a way that multiple pins or keywords will be loaded in the drupal web interface application, so when subscribers send these pins from their phones to the longcode number, it will be able to indicate that the pin matches or correspond with any of the initially loaded pins and send back sms message to subscriber that “he/she is successful”.
Your contribution is highly appreciated.
Comments
This seems like an
This seems like an interesting idea (if I'm understanding correctly) but I can't imagine how it could be accomplished.
You are seeking to authenticate the user via the pin rather than a web-based login? I'm not aware of any way that SMS could retain the user's session state on their device (Drupal would need session data to know which user has been authenticated).
I guess you could create and return a one-time link in the reply SMS that automatically authenticates and logs the user in. Or I could be totally misunderstanding what you are trying to do.
I am interested...
Where you able to make any headway.. I am looking to implement this now..