summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-01 17:55:46 -0500
committerEvan Prodromou <evan@status.net>2010-03-01 18:03:18 -0500
commit19ec0e3a62d4c60d7e5581b4e38ec705650b1d18 (patch)
tree2285ce66d5f8fd4fb2a461aaa2c6d9d73037aa7b /lib/omb.php
parent64918cfd352c50385ab4f0283fe09589018bcce5 (diff)
show service debug info
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php3
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);