Import contacts from gmail / hotmail / yahoo to php

I would like to import contacts from gmail / hotmail / yahoo into my php applications, as well as on a social network.

I read how gmail does it, but I still don't really understand. he says i will need to make an http request like thishttps://www-opensocial.googleusercontent.com/api/people/@me/@self

but how do I send this information? I tried running this in a browser and it returns “It is impossible to make an anonymous request without an explicit user id in the URL”, so how can I pass the correct user id and then?

for Yahoo, Yahoo! The address book API is out of date, and now we need to use the contacts API. Does anyone use this b4 ??

+3
source share
2 answers

, URL osapi.people, , @me .

, URL @me Google.

JSON-RPC , @self @friends, , , .

, , , , Google .

+1

Google, Yahoo AOL php. , OAuth 2.0 Google

0

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


All Articles