Javascript client side method to search Tweets bypassing Oauth.
Uses Twitter Widgets – parsing the ‘JSON like response’ using Jquery.
By Jason Mayes
https://github.com/jasonmayes/Twitter-Post-Fetcher
Here is a sample URL that returns a response for the hashtag #cats using my widget: https://cdn.syndication.twimg.com/widgets/timelines/528661733678657536 If you set up a Twitter widget, just replace the ID number in the URL with the one that shows up when you run your widget.
Here is a derivative project by Alessio Zappa that doesn’t use Jquery: http://www.snip2code.com/Snippet/145533/Customize-twitterFetcher-JS-lib-for-our-
This method is not approved by Twitter. Use at your own risk: https://twittercommunity.com/t/can-i-use-cdn-syndication-twimg-com-widgets-timelines-for-my-website/20134
local version – tkzic/Twitter-Post-Fetcher-master/