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/user_timeline.json #573

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

twitter-compatible API: /statuses/user_timeline.json #573

carols10cents opened this issue Aug 18, 2012 · 2 comments

Comments

@carols10cents
Copy link
Contributor

This is a smaller story broken out from #562.

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

Description: Returns the 20 most recent statuses posted by the authenticating user. It is also possible to request another user's timeline by using the screen_name or user_id parameter. The other users timeline will only be visible if they are not protected, or if the authenticating user's follow request was accepted by the protected user. The timeline returned is the equivalent of the one seen when you view a user's profile on twitter.com.

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.

@thomaslee
Copy link
Contributor

thomaslee@634638a

@thomaslee
Copy link
Contributor

WIP has been pushed to hotsh/rstat.us twitter-api branch.

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