我在Yahoo中创建了一个具有“通讯录”阅读权限的应用。并且我添加了ConsumerKey和ConsumerSecret,但是当我单击Yahoo按钮时,它给了我响应状态代码不表示成功:401(禁止访问)。错误。
app.UseYahooAuthentication(new YahooAuthenticationOptions()
{
ConsumerKey = ConfigurationManager.AppSettings["Yahoo.ConsumerKey"],
ConsumerSecret = ConfigurationManager.AppSettings["Yahoo.ConsumerSecret"]
});