Authentication for twitter API and Rest Call
I have been using FB api for some simple demo and everything was quite easy with the authentication. Now I have to do something similar with twitter v1.1 but there is something that I really don't understand... Example: I want to do this request: https://api.twitter.com/1.1/search/tweets.json?q=q=%23freebandnames the problem is that I have to be authenticated, anyone have some examples? I don't want to create a twitter connection because I don't need different users to be connected to my applicaiton. I have just to perform some simple search request but I can't understand how to use the