neomatrix369 / RESTAPIUnifier

RESTAPIUnifier - brings together all the APIs of various formats under one roof!
GNU General Public License v2.0
8 stars 7 forks source link

Created test and implementation for Twitter OAuth & Twitter Search #29

Open neomatrix369 opened 11 years ago

neomatrix369 commented 11 years ago

Currently Twitter search does not work without OAuth approval, this needs implementation, as per the below conversation / guidelines

https://twitter.com/search?q=adopt%20openjdk&src=typd https://dev.twitter.com/docs/using-search https://dev.twitter.com/docs/api/1.1/overview kaushal

rtack commented 11 years ago

I suggest using this twitter java library internally for connecting to twitter and handling all the authentication.

http://twitter4j.org/en/index.html

neomatrix369 commented 11 years ago

Hmm, not the goal of this project - not relying on any library that does what we are suppose to do! We could pick up some interesting and useful functionalities and replicate them internally.