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

Allow mentions without text #198

Closed mattflaschen closed 12 years ago

mattflaschen commented 12 years ago

Per the docs machine-only posts should not contain text.

However, posts need text to include a mention.

That means annotated posts with mentions can not be machine-only.

With the new JSON create post format, it should be feasible to allow programmatic mentions without text.

mattflaschen commented 12 years ago

It should allow mentioning multiple users in a single post.

berg commented 12 years ago

This is done and shipped:

https://github.com/appdotnet/api-spec/blob/master/objects.md

Look for "mentions in machine only posts"