diff --git a/fb.admin.inc b/fb.admin.inc
index 4e83a5c..6ececf4 100644
--- a/fb.admin.inc
+++ b/fb.admin.inc
@@ -931,8 +931,6 @@ function fb_admin_get_app_token($fba, $secret) {
   $path = "https://graph.facebook.com/oauth/access_token?client_id=" . $fba . "&client_secret=" . $secret . "&grant_type=client_credentials";
   $http = drupal_http_request($path);
   if ($http->code == 200 && isset($http->data)) {
-    $parse = explode('=', $http->data);
-    $token = $parse[1];
     return $token;
   }
   else {
