Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Don't track therunaround. And var dump the friends list, for kicks.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 11, 2009
1 parent 2cdf65a commit b929cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions fb_connect/.gitignore
@@ -1,3 +1 @@
config.php
therunaround therunaround
.DS_Store
3 changes: 2 additions & 1 deletion fb_connect/index.php
Expand Up @@ -39,7 +39,6 @@
profile_url profile_url
*/ */



var_dump($f->api_client->users_getStandardInfo($user, array( var_dump($f->api_client->users_getStandardInfo($user, array(
'name', 'name',
'first_name', 'first_name',
Expand Down Expand Up @@ -92,3 +91,5 @@
'wall_count', 'wall_count',
'work_history' 'work_history'
))); )));

var_dump($f->api_client->friends_get());

0 comments on commit b929cf2

Please sign in to comment.