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.

Possible Duplicate:
Facebook login: Check authentication at every page?

Gentlemen,

I'm following these guides: https://developers.facebook.com/docs/reference/php/ https://developers.facebook.com/docs/howtos/login/getting-started/

So, the cookie is set in the FB.init() js function, but i don't understand:

  • how PHP SDK reads the cookie? do i have to use getUser()? This is abit unclear in the guide, i think.
  • what do i include in every page of my site to check login status?

Thanks.

share|improve this question

marked as duplicate by ifaour, Peter O., EdChum, johannes, tkone Jan 20 at 19:10

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Take a look at the example included in SDK. Here is the URL Facebook PHP SDK example with JS SDK

share|improve this answer

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