E
E
Eugene2017-08-03 15:37:41
Yahoo
Eugene, 2017-08-03 15:37:41

How to get Yahoo mail contact list via API?

Hey! The task is to quickly make it possible to import a list of contacts / friends from Gmail, Facebook, Twitter, Yahoo into an application on Laravel 5. In principle, there is no problem. I took this package https://github.com/oriceon/oauth-5-laravel
and successfully implemented everything for Gmail, Facebook, Twitter. But there is a problem with yahoo, it swears at this piece:

// get request token
        $reqToken = $yh->requestRequestToken();

Actually, he should swear, since the package works with Yahoo OAuth 1, but the second version is needed.
Can anyone suggest an alternative for Yahoo? I really do not want to understand the documentation and write my own solution.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question