TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 nicholasreed大约 14 年前
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

nicholasreed大约 14 年前
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>