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: /statuses/retweets_of_me.json #578

Closed
carols10cents opened this issue Aug 18, 2012 · 0 comments
Closed

twitter-compatible API: /statuses/retweets_of_me.json #578

carols10cents opened this issue Aug 18, 2012 · 0 comments

Comments

@carols10cents
Copy link
Contributor

This is a smaller story broken out from #562.

This issue is just to make /statuses/retweets_of_me.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/statuses/retweets_of_me

Description: Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.

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.

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

1 participant