From b929cf23c585cbda86fd35e04acae299fe557b56 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 10 Feb 2009 22:37:16 -0800 Subject: [PATCH] Don't track therunaround. And var dump the friends list, for kicks. --- fb_connect/.gitignore | 2 -- fb_connect/index.php | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fb_connect/.gitignore b/fb_connect/.gitignore index 3cd3ef1..a7b4b9a 100644 --- a/fb_connect/.gitignore +++ b/fb_connect/.gitignore @@ -1,3 +1 @@ -config.php therunaround -.DS_Store \ No newline at end of file diff --git a/fb_connect/index.php b/fb_connect/index.php index 9d77d47..5b25e63 100644 --- a/fb_connect/index.php +++ b/fb_connect/index.php @@ -39,7 +39,6 @@ profile_url */ - var_dump($f->api_client->users_getStandardInfo($user, array( 'name', 'first_name', @@ -92,3 +91,5 @@ 'wall_count', 'work_history' ))); + +var_dump($f->api_client->friends_get()); \ No newline at end of file