yii2 advanced app - japan yahoo auction my won list -
i want fetch auction won list yahoo auction website url api given below. on yahoo development website. not able understand need access token. please check below ref site code
ref site : https://developer.yahoo.co.jp/webapi/auctions/auction/v2/mywonlist.html
https://auctions.yahooapis.jp/auctionwebservice/v2/mywonlist?start=> sample request /auctionwebservice/v2/mywonlist?start= host: auctions.yahooapis.jp authorization: bearer <token>
i using yii2. have used other apis listing categories listing auctions , searching , , working fine how can access or use these api.
auction display (watch list · auction underway) auction display (watch list · ended auction) auction display (during bidding) auction display (successful bid portion) auction display (under exhibition) auction display (exhibition end minute) auction display (successful bidder list) auction deletion (successful bid part) auction deletion (exhibition end minute) auction display (price cut negotiation)
as these above mentioned api's required access token how can access token.
you need follow steps access token. steps can found in this page(do note documents in japanese). steps are:
- read t&cs.
- get yahooid.
- get clientid(and secret).
- deploy application information.
it depends on need achieve, have few options access token. , description assume app require yahoojapan calls "authorization code flow", can find here.
hope helps.
Comments
Post a Comment