-
Notifications
You must be signed in to change notification settings - Fork 6
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
Needs updated to API v1.1? #3
Comments
ok I just merged a pull request which supposedly fixes this.. |
Hi, The update seems to change the URL for the API, but nothing else. That's possibly fine for some of the functionality, but I suspect areas where the changes have been more extensive (e.g. search) won't work. (Sorry, I haven't had the chance to check yet.) Many thanks, Geoff |
Hi, Just so you know, I've started work on getting search working under API v1.1. It's in this branch on my clone: It's not pretty, and I'm not sure how well it fits in to the existing code, but you're more than welcome to track the progress of it. Many thanks, Geoff |
Hi, It seems the authentication is not working. I get a 'bad authentication data' error back from Twitter after giving my pin. |
Hey all, is this library dead? |
I haven't looked at this for while actually. |
Hi,
It looks like this uses the v1.0 API, which Twitter has just turned off.
In particular, searches don't seem to work, returning 'error while parsing arguments to DESTRUCTURING-BIND'.
The search in v1.1 is a little different:
https://dev.twitter.com/docs/api/1.1/get/search/tweets
Will this library be updated to handle v1.1?
Many thanks,
The text was updated successfully, but these errors were encountered: