Facebook Connect

fb.connect.logout doesn’t work (doesn’t log user out of facebook)

I’ve been doing a Facebook Connect implementation using CakePHP and was having no luck using the fb.connect.logout function.  I’m not sure whether this qualifies as a bug (dodgy code) or just a case of RTFM (or look at the examples closely) but I simply couldn’t get the fb.connect.logout function to log me out of Facebook [...]

How to retrieve the Facebook session key using php client api

Working through an implementation of the Facebook Connect I got caught up in the tangle of documentation that surrounds it and couldn’t work out how to get the session key information so here it is a note to self about how to retrieve the Facebook session key using php client api:
$fbsessionid = $this->facebook->api_client->session_key;