This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Description
There is no handshaking necessary. Here is some sample code:
library(ROAuth)
cKey<-'put your consumer key here'
cSecret<-'put your consumer secret here'
reqURL<-"http://yboss.yahooapis.com/geo/placefinder"
params<-c(q="701+first+avenue+sunnnyvale")
resp<-ROAuth:::oauthGET(url=reqURL,consumerKey=cKey,consumerSecret=cSecret,oauthKey=NULL,oauthSecret=NULL,params=params)