tags:

views:

11

answers:

0

Hi There,

I am trying to use the OpenIdRelyingPartyWebForms, but the line AuthorizedTokenResponse accessToken = Global.YahooWebConsumer.ProcessUserAuthorization(authResponse); keeps returning null. I am trying to use this project as is and the only change I made was change private const string YahooOPIdentifier = "yahoo.com"; to private const string YahooOPIdentifier = "me.yahoo.com";. I have added all my own tokens and secrets though.

The project is on: http://github.com/yahoo/yos-social-demo-dotnet

Thanks!