php-twitter-search-api icon indicating copy to clipboard operation
php-twitter-search-api copied to clipboard

Twitter REST API v1 is no longer active.

Open farzher opened this issue 12 years ago • 6 comments

Here's the json returned when using your library.

{"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}]}

Currently, this library is dead, but I hope it's updated, because it was great!

farzher avatar Jun 12 '13 21:06 farzher

I'll take a look soon and see what I can do to get this working again.

-- Ryan Faerman

On Jun 12, 2013, at 5:11 PM, Stephen [email protected] wrote:

Here's the json returned when using your library.

{"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}]} Currently, this library is dead, but I hope it's updated, because it was great!

— Reply to this email directly or view it on GitHub.

ryanfaerman avatar Jun 12 '13 21:06 ryanfaerman

thanks for willing to take a look!

indeed not working :)

mireille-raad avatar Jun 14 '13 16:06 mireille-raad

@ryanfaerman I also would love it if you could get this alive again. Was VERY helpful to me. Would even be willing to donate if this gets working with Twitter's new API.

blimppy avatar Jun 23 '13 08:06 blimppy

I tried to implement this with the newer API and got a 215 error (bad authentication data). Not sure if the previous API didn't require authentication, but it's required now. Though I'm not a php developer, I'll see if there's anything I can contribute. :)

dillonforrest avatar Jun 23 '13 21:06 dillonforrest

Yeah it is the OAuth stuff now in the new API, that is being forced, I think it was basically "conditional" before. Like you though I am not a PHP dev, just a tinkerer, but have been playing around trying to get it to work again but have had little luck. I seem to take one small step forward then many steps back.

Some links that may be of help for those trying to help get this fixed. https://dev.twitter.com/docs/auth/oauth https://dev.twitter.com/docs/api/1.1

Thanks :)

blimppy avatar Jun 23 '13 21:06 blimppy

Yeah it looks like you need to set up a twitter developer account and use OAuth with someone's twitter account just to be able to search now. There's a few Twitter 1.1 PHP libraries out there, they're a pain, but I'm not sure there's anything you can do about it.

farzher avatar Jun 23 '13 21:06 farzher