Boobquake: Social networks shining a light on the world’s idiots!

I’m really getting into Social Media at the moment.  OK that’s not original and yes it’s a bit behind the 8 ball, but I have of course used it a lot before; I just haven’t really dug into it to try and understand the dynamic, what people are thinking when they use it, why they [...]

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;