facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

Fixed detection of expired cached token. Fixes #18 #23

Closed PeteGoo closed 11 years ago

PeteGoo commented 11 years ago

As mentioned in issue #18, the detection of cached token expiration is wrong such that the login web page is shown every time rather than waiting until the token is expired.

This simple change corrects the date comparison logic