geocoding - YQL: How to use key in yql v1/yql/* rest api call? -
i using yahoo's yql
doing reverse gecoding. per yahoo documentation yql provides 100000 request per day, yahoo needs api key. have created application in yahoo , have it's consumer key , secret don't know place key in yql v1/yql/* reset api call increase limit.
please guide me on this.
thanks.
you have use oauth1 able use consumer_key , consumer_secret.
once acquire access_token , access_token_secret, able query data authenticated user
if chance, you're working python, i've made library called yahoo-oauth use oauth1 yql.
hope answers question
Comments
Post a Comment