-
Notifications
You must be signed in to change notification settings - Fork 52
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 API 1 is now unavailable :( #12
Comments
I didn't get the error message, but my twitter stream isn't working anymore either. |
Yup, we need to build in a AUTH key now...:( |
I'm on holiday ATM - but I've got a fix in the works for when I return. So Thanks. On Friday, June 14, 2013, Broeiend wrote:
— Remy |
Hi Remy, Any idea when you will have this fix ready? |
I spent today working on it but hit a blocker. Not sure where I go next for
|
My understanding of the new Twitter API is that the client has to be It's a PITA, but the only solution I can think of is to have a intermediary I guess Twitter wants to get rid of 3rd party clients by doing this... but On Fri, Jun 21, 2013 at 1:24 PM, Remy Sharp [email protected]:
|
@RobbyZ That sounds reasonable. It would be pretty easy to set up a Node.js service you can host on, say Heroku, and that acts as a proxy between Twitter and your service. Would this be legal according to Twitter EULA (or whatever they have)? |
We've (at Left Logic) have created one of those, and already been warned On 22 June 2013 10:51, Juho Vepsäläinen [email protected] wrote:
|
Sigh. Such a shame. As I'm not willing to integrate their widget to the site, I'll just drop the custom one. So sad. :( |
Guys, just look at this site. You can create a single PHP file which will get the JSON from twitter for you. From javascript just call this file instead of the twitter API. |
Would a solution using this SO answer's approach be possible? Basically a GET equivalent using oAuth encoded querystring params, which you can use in a cross-domain JSONP call:
Any interest in resuscitating this library with an OAuth get request? I am happy to get a PR started if you think this approach will work. |
Been happily using this on my website for a while, but it now looks like Twitter no longer supports API 1:
{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}
Will API v1.1 be supported?
The text was updated successfully, but these errors were encountered: