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.

Home Page:https://developers.app.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posts API : Reposts?

kosso opened this issue · comments

Is there a way to retrieve a list of (others') posts which were reposted by the authenticated user?

Also: Is there a way to list posts made by the authenticated user which were reposted by others? (Though, I appreciate this way might be more like the Interactions stream).

  1. Not directly. You would have to retrieve a user's posts and then filter.
  2. No. You can individually see which users have reposted a single post but there is no notion of "give me all the posts a user has made which have been reposted"

Any chance of this being a feature request? I couldn't see how to add the appropriate label when I posted this.

I'm not sure if or when it would make sense for us to do this, but yes I'll reopen this.