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

apps/me/tokens does not function as described #304

Open derelk opened 11 years ago

derelk commented 11 years ago

The description for this endpoint says "Returns a list of User tokens corresponding to an app token", but neither in the example nor in practice does this endpoint actually return tokens. It seems to return just User objects for authorized users. I can understand why it doesn't return tokens, but the description and the endpoint itself don't match its actual function.