-
Notifications
You must be signed in to change notification settings - Fork 163
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
No longer works. Must upgrade to Twitter API v.1.1 #110
Comments
To make "search" working again, I did the following: in "keys.js", line 8, I corrected the search base to: search_base: 'https://api.twitter.com/1.1/search', // old was 'http://search.twitter.com' in "twitter.js", in line 166, I also corrected the search-URL var url = this.options.search_base + '/tweets.json'; // old was 'search.json'; now it seems to work. |
... see updated fork at https://github.com/sebhildebrandt/ntwitter |
This is my new search function that used the new API.
|
@sebhildebrandt could you send out a pull request with those changes? |
After the API retirement, this stopped working. This updates it to use the ntwitter package, and follows the same configuration conventions as tweet-mention.coffee for re-use. It does depend on a fork of ntwitter though, and will need to be so until AvianFlu/ntwitter#110 is fixed
Doesn't work for me, even when changing lines 8 and 166. |
This was working fine until yesterday around noon when Twitter shut off v.1. It now returns the following error:
"The Twitter REST API v1 will soon stop functioning. Please migrate to API v1.1."
The text was updated successfully, but these errors were encountered: