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'm building a Web app where I want to implement the Facebook login on it. The application connects to my own API. The thing is that the app is completely AJAX, and I don't want to have to check the $facebook->api('/me') at every single REST query in the API, but I want it to be secure.

Here's the workflow: 1. User comes to page (or refreshes page), Facebook PHP SDK checks if user is logged in. If not it will display the Log In button. 2. User clicks on Facebook log in button: popup login with Facebook Javascript SDK. If it is a success, pages reload (back to number 1).

I want to make sure when a user disconnects from Facebook, and even more if the user disallows the application to access his data, that if we reload my web Application, the Facebook PHP SDK will return that the user is not logged in.

Thank you very much guys, J

share|improve this question
if you're using the php sdk shouldn't it know if you're logged in or not based on the cookies? – FlavorScape Jun 14 '12 at 19:37

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.