Import yahoo contacts using javascript

I have integrated import of contacts from gmail and Outlook using javascript. They provide a javascript SDK for the above. I did not find the SDK for yahoo.

The API docs provided by yahoo are not so clear. Any help was appreciated to implement this.

NB: I need a clean javascript level importig, not OAuth2 authentication (I did gmail and Outlook using the SDK [pure javascript, without Outh2], I want this to be the same for this)

+4
source share

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


All Articles