Getting currency data using OAuth2 with the private key API

103 views Asked by At

My developer is not sure how he would use OAuth2 in order to access currency data from PHP script using the Yahoo private key API and the Yahoo Query language (YQL).

He doesn't find a complete documentation to do so on in the Yahoo developer account. If somebody has any experience with that, could you provide a documentation or an example code how to use OAuth2 with the private key Yahoo API?

Thank You

1

There are 1 answers

0
Igor On

Yahoo's OAuth2 guide is located here: Yahoo OAuth 2.0 Guide

The "Explicit Grant Flow" and "Implicit Grant Flow" sections (depending on your needs) specify the sequence of steps needed to get an access token. The "Making API Requests" section provides detail on how to include the access token in API requests to Yahoo's web services.

Hope this helps.

-Igor