diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-21 16:27:10 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-21 16:27:10 -0700 |
commit | 9be9d2f72013a451820e3e3e9e7905466ddb8857 (patch) | |
tree | c41ec0b4e6408b13ea4a1010775fca0343d2f9c9 /plugins/YammerImport | |
parent | 0ff28ac8e07994267b3e7b83fd82690e33ba222b (diff) |
Full dump of input data in yamdump also for my reference...
Diffstat (limited to 'plugins/YammerImport')
-rw-r--r-- | plugins/YammerImport/yamdump.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/YammerImport/yamdump.php b/plugins/YammerImport/yamdump.php index ad739760a..96127dd17 100644 --- a/plugins/YammerImport/yamdump.php +++ b/plugins/YammerImport/yamdump.php @@ -14,6 +14,8 @@ $yam = new SN_YammerClient($consumerKey, $consumerSecret, $token, $tokenSecret); $imp = new YammerImporter(); $data = $yam->messages(); +var_dump($data); + /* ["messages"]=> ["meta"]=> // followed_user_ids, current_user_id, etc |