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
952 stars 99 forks source link

Allow searching for posts in the users stream. #372

Open rbeeger opened 10 years ago

rbeeger commented 10 years ago

Currently the post search API accepts a parameter creator_id which allows to search for posts by a specific user. It would be useful to be able to specify that all posts in the stream of the logged in user shall be searched. So we would only find posts that match the query and that appeared in the users timeline either by direct posts of the users the logged in user follows or by reposts from them.