diff options
author | Evan Prodromou <evan@status.net> | 2010-03-01 17:55:46 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-01 17:55:46 -0500 |
commit | 79b2e671c21e07a0512ea0ed95ed2e00e150c842 (patch) | |
tree | 4b1327dc6542447fc066b3e1f9b5b69c0a330923 | |
parent | 1ac3d15242aa2679a470948b9020714f7cce4acc (diff) |
show service debug info
-rw-r--r-- | lib/omb.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/omb.php b/lib/omb.php index 14392d079..0db178989 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -144,6 +144,9 @@ function omb_broadcast_profile($profile) $service = new StatusNet_OMB_Service_Consumer( array(OMB_ENDPOINT_UPDATEPROFILE => $rp->updateprofileurl), $rp->uri); + + common_debug('service = ' . print_r($service, true)); + try { $service->setToken($rp->token, $rp->secret); $service->updateProfile($omb_profile); |