Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

Session has been moved to the Authorizer class. Take a look at the code samples that come with the release for an idea as to how things work now.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.