我正在尝试使用 OpenIdRelyingPartyWebForms,但 AuthorizedTokenResponse accessToken = Global.YahooWebConsumer.ProcessUserAuthorization(authResponse); 一直返回null。我正在尝试按原样使用这个项目,我所做的唯一更改是更改 private const string YahooOPIdentifier = "yahoo.com"; 到私有常量字符串 YahooOPIdentifier = "me.yahoo.com";。不过,我已经添加了我自己的所有令牌和秘密。
该项目在:http: //github.com/yahoo/yos-social-demo-dotnet
谢谢!