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

List usernames following a user #232

Closed romainpiel closed 12 years ago

romainpiel commented 12 years ago

I would really need a request for the app I'm currently building. The same function as:

https://alpha-api.app.net/stream/0/users/[user_id]/followers/ids

But returning a list of the usernames.

Would it be possible?

mattflaschen commented 12 years ago

The same thing would help me solve a problem in Noodle. But rather than adding more resources, I'd like to see a good solution to issue #96 (getting only subsets of information).

That would solve this problem (just specify the subset as username, id, or username+id, etc.) and add flexibility in general.

berg commented 12 years ago

We won't be able to do this as a standalone thing, unfortunately. It'll have to be solved under #96. I'll comment there too.