Yahoo oauth and apis implementation using JavaScript

Mostly I worked for Socila apis. I am currently working on Yahoo apis. I need to get contacts and profile information from Yahoo using the API. I studied their documentation, but I don’t understand what to do. I need to implement using JavaScript. Can anyone suggest me some sample code?

+4
source share
1 answer

You can use YQL. Profile Information Example: Link

0
source

Source: https://habr.com/ru/post/1399377/


All Articles