--- fb.module	2010-11-10 08:17:56.000000000 -0600
+++ fb.module_new	2010-11-10 08:20:21.000000000 -0600
@@ -329,7 +329,7 @@ function fb_call_method($fb, $method, $p
   $http = drupal_http_request($url);
 
   if ($http->data) {
-    $data = json_decode($http->data, TRUE);
+    $data = json_decode(trim(stripslashes($http->data),'"'), TRUE);
     // Yes, it's double encoded.  At least sometimes.
     if (is_string($data)) {
       $data = json_decode($data, TRUE);
