使用hello js获取雅虎朋友列表

时间:2015-01-19 07:29:55

标签: javascript yahoo yahoo-api hello.js

我正在使用hello.js列出我在yahoo的所有朋友。以下是按钮点击时使用的功能:

getFriends('yahoo', 'me/friends')

我为我的应用程序生成了yahoo api密钥。在生成api密钥时,我检查了权限下给出的所有复选框。在下面给出的脚本中使用了api密钥,

hello.init( {
        yahoo : 'YAHOO_CONSUMER_KEY'
    }
    , {
        redirect_uri:'APPLICATION_URI',
        oauth_proxy : 'https://auth-server.herokuapp.com/proxy',
        scope:"friends"
    }
    );

以下是我现在得到的错误。

code:"parameter_rejected"
message:"401 could not authenticate"

有人可以帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

我们在Yahoo的OAuth1实施中遇到scope参数问题,如果您没有定义scope

,请尝试查看错误是否消失