Hi Brennan,
The first thing I would check is to see if the clock on the machine
you are running is set correctly. The maximum clock skew is set to
+/-600 seconds. The unit tests I wrote for the class check for both
boundary cases.
The following thing did come to mind:
1. What's your time zone? (Everything should be UTC based)
2. What's your culture (if it is parsing the timestamp incorrectly).
You can also email me directly with additional info if you wish.
//Tomi B.
--- In ydn-dotnet@yahoogroups.com, "Brennan" <offwhite@...> wrote:
>
> I am using Yahoo.Authentication.dll which includes the class,
> Yahoo.Authentication. I am following an example in the inline
> comments but it seems that the method, IsValidSignedUrl, is not
> working. It always returns false even though I did get the Url from
> the BBAuth login process.
>
> Is this working for anyone?
>
> I have my code here...
>
>
http://svn.offwhite.net/svn/SmallSharpTools.YahooPack/trunk/ClassLibrary/YahooPa\
ck/Web/Security/
>
> The YahooModule.cs does the check for the valid signed url. In that
> code I still take token and can use it later to make requests.
>
> Brennan Stehling
> http://brennan.offwhite.net/blog/
>