How do you tell if a user has logged in to Facebook in a ASP.NET User control?
I can tell whether or not they are logged in via a call in Javascript provided by the Facebook Javascript SDK. (FB.getLoginStatus)
But how do I have a server control know?