I use MySpaceID SDK (.net c#) to develop my app. It is based on one of the samples from the SDK. Everything with MySpaceID worked just fine for several months. As I add new minor features to the app I republish the app to my site web server. The last time I published the app MySpaceID stopped working - when I enter login/password it brings me back to Login page of my site and I get AuthenticationStatus = Failed. Why? I didn't change neither any settings of my App at MySpace, nor any code related to MySpaceID in C# code. Consumer key and secret are correct, I use myspace account which is in developer list.
Another question: why can't I get exception message? I can't easily work out the issue myself.
Here are some line from my log:
26 Oct 2009 04:10:14 DEBUG [Logger] openid.GetResponse() status: Failed
26 Oct 2009 04:10:14 DEBUG [Logger] openid.GetResponse() exception: DotNetOpenAuth.Messaging.Bindings.ExpiredMessageException: The message expired at 10/26/2009 4:09:25 AM and it is now 10/26/2009 4:10:14 AM.
at DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement.PrepareMessageForReceiving(IProtocolMessage message) in C:\prj\Sna\SocialNetworkAdv\DEV\trunk\Development\Source\SocialNetworkAdv\ThirdParty\myspaceid-csharp-sdk\source\dotnetopenid\src\DotNetOpenAuth\Messaging\Bindings\StandardExpirationBindingElement.cs:line 92
at DotNetOpenAuth.Messaging.Channel.VerifyMessageAfterReceiving(IProtocolMessage message) in C:\prj\Sna\SocialNetworkAdv\DEV\trunk\Development\Source\SocialNetworkAdv\ThirdParty\myspaceid-csharp-sdk\source\dotnetopenid\src\DotNetOpenAuth\Messaging\Channel.cs:line 759
at DotNetOpenAuth.OpenId.ChannelElements.OpenIdChannel.VerifyMessageAfterReceiving(IProtocolMessage message) in C:\prj\Sna\SocialNetworkAdv\DEV\trunk\Development\Source\SocialNetworkAdv\ThirdParty\myspaceid-csharp-sdk\source\dotnetopenid\src\DotNetOpenAuth\OpenId\ChannelElements\OpenIdChannel.cs:line 137
at DotNetOpenAuth.Messaging.Channel.ReadFromRequest(HttpRequestInfo httpRequest) in C:\prj\Sna\SocialNetworkAdv\DEV\trunk\Development\Source\SocialNetworkAdv\ThirdParty\myspaceid-csharp-sdk\source\dotnetopenid\src\DotNetOpenAuth\Messaging\Channel.cs:line 319
at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.GetResponse(HttpRequestInfo httpRequestInfo) in C:\prj\Sna\SocialNetworkAdv\DEV\trunk\Development\Source\SocialNetworkAdv\ThirdParty\myspaceid-csharp-sdk\source\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\OpenIdRelyingParty.cs:line 315
Please help