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.

Show HN: My first API, with SMS-based 3rd party auth method

5 pointsby nicholasreedabout 14 years ago
I've been experimenting with building an API for Spotversation over the last few weeks. I couldn't get OAuth to work correctly (yet) and I don't like the process anyway, so I made my own SMS-based 3rd party authentication method.<p>API Docs: http://spotversation.com/api/docs (clickable link at bottom of page)<p>Example Event: http://spotversation.com/shdh Login: 6502068481 / fake<p>I'm really curious how it gets the basic concepts across for other developers. Thanks for any feedback!

1 comment

nicholasreedabout 14 years ago
API Docs: <a href="http://spotversation.com/api/docs" rel="nofollow">http://spotversation.com/api/docs</a><p>Example Event: <a href="http://spotversation.com/shdh" rel="nofollow">http://spotversation.com/shdh</a>