I've read the change files and understand that FacebookApp is now FacebookClient. What I don't understand is how to tell whether the user is logged into Facebook like before (version 4.0 beta) where we simple checked fbApp.Session Is Nothing (VB.NET.) We could do this without instantiating an Authorizer class and checking IsAuthorized.
I'm using .NET 3.5, WebForms, VB and attempting to upgrade from beta 4 to beta 5.0.3
Thanks in advance for any assistance you can offer.
Stan