简体   繁体   中英

API Twitter 1.1 all stream

I need to get all the stream from twitter for a certain word. In the 1.0 version I did something like:

http://search.twitter.com/search.json?q=' . $words . '&rpp=5&include_entities=true&result_type=mixed

And got the return result into a json variable. But for the 1.1 version if I call the newest link I get nothing.

https://twitter.com/search?q=' . $words . '&src=typd

What's to be done?

The API has changed and it need authentication. So that is the solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM