Twitter Toolkit for LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Request: Search hash tags [fixed: available in release 2013-06-17]

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.

Anthony F.
Staff Software Engineer
National Instruments
0 Kudos
Message 1 of 6
(10,482 Views)

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.

Anthony F.
Staff Software Engineer
National Instruments
0 Kudos
Message 2 of 6
(8,042 Views)

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!


Milan
0 Kudos
Message 3 of 6
(8,042 Views)

Yep, they just depreciated v1.0 API, no more anonymous searches. Waiting for the next version!

Anthony F.
Staff Software Engineer
National Instruments
0 Kudos
Message 4 of 6
(8,042 Views)

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.


Milan
0 Kudos
Message 5 of 6
(8,042 Views)

Woo hoo! Checking that out now

Anthony F.
Staff Software Engineer
National Instruments
Message 6 of 6
(8,042 Views)