我从这个链接下载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