diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-21 16:27:10 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-28 07:44:21 -0700 |
commit | f36a062f3a6292a19b576e69478234a46d4f81ee (patch) | |
tree | 6bf3e4d2d5b7d8d3ff59b0782d4a51370979efab /plugins/YammerImport | |
parent | 271b553e6e46518d38049bdd834f158ddecec9c0 (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 |