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.