Yahoo使用Yahoo contact API联系导出

时间:2014-06-26 09:45:22

标签: php export contacts yahoo-api

我从这个链接下载yahoo sdk并在我的服务器上实现25月6日它工作正常,但今天我尝试使用

导出联系人数据

https://github.com/yahoo/yos-social-php5

$profile  = $oauthapp->getProfile();
print_r($profile); // It Return valid result

$con = $oauthapp->getContacts(null, 0, 1000);
var_dump($con); // But this function return false

我的链接

http://sakuti.yiipro.com/y/examples/simpleauth/simpleauth.php

0 个答案:

没有答案