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

Posts API : Reposts? #361

Open kosso opened 10 years ago

kosso commented 10 years ago

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).

mthurman commented 10 years ago
  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"
kosso commented 10 years ago

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

mthurman commented 10 years ago

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