-
Notifications
You must be signed in to change notification settings - Fork 215
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 #562
Comments
I thought we had an issue for this before, but I guess not. This can definitely be broken down into subtasks for multiple people to work on -- if you'd like to work on a piece of this (for example, /statuses/user_timeline.json), create a new issue and reference it here! |
Other clients that allow changing the URL endpoint: TwitVim: http://www.vim.org/scripts/script.php?script_id=2204 https://github.com/vim-scripts/TwitVim Silver Bird (Chrome Broweser extension) https://chrome.google.com/webstore/detail/encaiiljifbdbjlphpgpiimidegddhic http://github.com/cezarsa/chromed_bird |
#14 seems related, but since it's closed, well, this is now the master issue. |
Good catch, @jrgifford. |
Ok so looking at the TTYtter code here: http://www.floodgap.com/software/ttytter/dist2/2.0.02.txt Here are the twitter URLs that TTYtter is looking for that we should offer:
|
Some of those are higher priority than others -- rstat.us doesnt have the concept of lists, so we can scratch those, for example. I'm working on making rstat.us an oauth provider in issue #564, but we could work on these URLs in parallel. If you'd like to work on one or a set of these, make a comment to claim! |
few things:
|
|
Wheeee! closing this issue in favor of all the little issues we have now. |
Oops. That commit was supposed to be against #573. |
Clients like TTYtter allow you to change the endpoint the client is pointing to, so that if we support the same things as twitter, those clients should Just Work.
See http://www.floodgap.com/software/ttytter/#laconica
The text was updated successfully, but these errors were encountered: