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

Interactions endpoint does not return new post for the reply action #247

Open ludolphus opened 11 years ago

ludolphus commented 11 years ago

The interactions endpoint does not return the new post for the post that was replied to. It would be nice to be able to show that in clients. Another 'missing' field in interactions is when the specified action (follow,star,repost,reply) happend, a timestamp would also be nice to have there.

abraham commented 11 years ago

Currently I'm having to query both the interactions API and the mentions API since the reply posts are not included in the interactions method.