cl-twitter
cl-twitter copied to clipboard
Needs updated to API v1.1?
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,
Geoff
ok I just merged a pull request which supposedly fixes this.. Ddin't verify it though !
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: https://github.com/OpinionatedGeek/cl-twitter/tree/TwitterAPIv1.1Search
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.