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 have an ASP.NET MVC website which allows users to login to the site using their Facebook account (using the Facebook JS SDK). This part works fine and the user is prompted to authorise themselves with the corresponding Facebook app in order for the login process to function on my site. The logout button on my site also works and will log the user out of the site and Facebook when clicked.

The issue I am experiencing is when the user is already logged into Facebook in their browser, then navigates to my site in a new tab, which does not think the user is logged in. When the user clicks the login button on my site, the Facebook Login button does not display, but instead the site says " uses "...

I tried to trigger a FB.Logout call when this page loads to try and get the button to re-appear for the user, but this simply responds "FB.logout() called without an access token".

I realise now that although the user is not actually logged in, Facebook is pulling through the user Id and image simply because they have already authorised the app previously.

Does anyone have any thoughts or resolutions to this issue? Thanks in advance.

share|improve this question
1  
Use FB.getLoginStatus to see if you have a user that already connected to your app before and is now logged in to Facebook coming to your site. – CBroe Jul 27 '12 at 12:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.