02-26-2013 12:32 PM
I'd like to request a feature:
Searching for hashtags. There is no need for loggin in but I'm sure the same functionality can be used. Open Search Close.
Documentation: https://dev.twitter.com/docs/api/1/get/search
Example:
http://search.twitter.com/search.json?q=%23usrp
You get back a JSON object but it shouldn't be too hard to parse through.
02-27-2013 04:47 PM
Something like this. I'm sure things will change if you are actually logged in via oauth, for my purposes I didn't need it.
03-11-2013 09:39 AM
Hey Anthony_F,
Adding a search function is a great idea! I think we will add API version 1.1 of the function which now does require authentication of the user: https://dev.twitter.com/docs/api/1.1/get/search/tweets
We need to go through and update all the methods to v1.1 so we will add a search function at that time.
Thanks!
03-11-2013 09:55 AM
Yep, they just depreciated v1.0 API, no more anonymous searches. Waiting for the next version!
06-17-2013 07:35 PM
Hi Anthony_F,
As a heads-up a new version of the Twitter Toolkit has been released that uses Twitter API v1.1 and includes the ability to search twitter using an authenticated account. The features are available in Twitter release 2013-06-17 and can be downloaded on the homepage.
06-18-2013 08:11 AM
Woo hoo! Checking that out now