import contacts from gmail/hotmail/yahoo to php

ぃ、小莉子 提交于 2019-12-06 03:02:57

It looks like that URL corresponds to osapi.people, which suggests that you can replace the token @me with a profile name.

I verified this by visiting that URL and replacing the @me with my own Google login.

The JSON-RPC documentation suggests that you can replace the @self token with @friends to get a friend list, assuming the application making the request is authorized to pull down this data.

Unfortunately this is all I know, discovered through a few minutes in Google finding the docs.

Joby Joseph

import user contacts form google, yahoo, and AOL in php check here. It explains how one can register for OAuth 2.0 and download contacts from google

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!