using the FB PHP SDK… what is the equivalent method of the FB JS SDK method:
fb.getLoginStatus
I’m looking for something like:
$facebook->getLoginStatus()
I haven’t been able to find it after looking through the entire FB PHP Class. I basically want to determine if a user is logged in FB AND authorized the app. Fairly basic but please help!
1 Answer