我正在从我的网站登录雅虎。
我使用了https://github.com/yahoo/yos-social-php
中提供的代码示例代码片段:
$hasSession = YahooSession::hasSession(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, OAUTH_APP_ID);
if($hasSession == FALSE) {
// create the callback url,
$callback = YahooUtil::current_url()."?in_popup";
$sessionStore = new NativeSessionStore();
$auth_url = YahooSession::createAuthorizationUrl(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, $callback, $sessionStore);
}
这里$ auth_url给出空值。它的返回值为null。我还给了正确的消费者密钥,密钥和app-id。
答案 0 :(得分:0)
您必须使用以下github分支替换当前的Yahoo Api库。
https://github.com/syamvilakudy/yos-social-php