I'm developing SharePoint Hosted APP in that i need to use java script only. In previous version 1.0 i can get the data using client side scripting but now in the twitter search API version 1.1 they using some authentication.So that we need register in the twitter site and then get consumer key. using this we need to code in server side script and consume the data from the API.
Is it possible to get the data for twitter search API version 1.1 using Client Side Scripting?