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

For those interested in using this with Yahoo! BOSS Geo API. #3

@leipzig

Description

@leipzig

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions