TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How-to: Craigslist phone verification type system

2 pointsby apolloover 16 years ago
How would I go about building a craigslist-type phone verification system, which, when given a phone number, either texts or calls the number with a code that the user can use to verify that it's their phone?

3 comments

timfover 16 years ago
Check out <a href="http://twilio.com" rel="nofollow">http://twilio.com</a> for making voice calls programmatically.<p>e.g. <a href="http://www.twilio.com/docs/demos/appointmentreminder" rel="nofollow">http://www.twilio.com/docs/demos/appointmentreminder</a>
评论 #462773 未加载
评论 #465191 未加载
fuzzmeisterover 16 years ago
Using an SMS aggregator such as CellTrust, you could send the user a code through a shared short code. Or, if you're willing to put up with short ads at the bottom of messages, you could try TextMarks.
评论 #465104 未加载
timfover 16 years ago
sms option to consider: <a href="http://zeepmobile.com" rel="nofollow">http://zeepmobile.com</a>