Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twitter-compatible API: /friendships/exists.json #580

Closed
carols10cents opened this issue Aug 18, 2012 · 1 comment
Closed

twitter-compatible API: /friendships/exists.json #580

carols10cents opened this issue Aug 18, 2012 · 1 comment

Comments

@carols10cents
Copy link
Contributor

This is a smaller story broken out from #562.

This issue is just to make /friendships/exists.json work like the twitter API. This route doesn't currently exist at all, but there is a nice update json decorator for you to use.

Ignore the issue of client authentication for the moment; just make this work as a normally authenticated user in the browser for now (see #564 about authentication)

https://dev.twitter.com/docs/api/1/get/friendships/exists

Description: Test for the existence of friendship between two users. Will return true if user_a follows user_b, otherwise will return false.

Definitely interpret anything in the twitter docs so that it makes sense for rstat.us, and definitely ask if you have any questions!

Leave a comment if you're working on this.

@Nakort
Copy link

Nakort commented Oct 13, 2012

Working on this

@Nakort Nakort closed this as completed Oct 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants