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

follow relationship method #99

Open damon opened 12 years ago

damon commented 12 years ago

This is an API feature request.

Check the follow relationship between two arbitrary users.

Twitter API has these:

GET friendships/exists and GET friendships/show

Thanks

damon commented 12 years ago

as the service grows larger, I think a quick check like this will be needed for clients. for now, the community is small enough that we can compute it, but in the longer term, that becomes more painful as popularity grows. thanks.