appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

What is the proper way to refer to a single post? #141

Open beccadax opened 12 years ago

beccadax commented 12 years ago

On Twitter, when we post a tweet that refers to a specific other tweet, we use its URL—for instance, https://twitter.com/architechies/status/240352307617861632.

But Twitter has always had only one web interface with only one permanent URL. I'm guessing App.net won't live at alpha.app.net forever. And even if it does, parsing post IDs out of URLs is kind of painful. I'm wondering if we can come up with something better.

A few ideas, some of them solving more of these issues than others:

I don't really know of a perfect solution here; I'd just like to start thinking about this, because it's a place where Twitter is kind of a pain and App.net could do better.