From: Evan Prodromou Date: Mon, 1 Mar 2010 22:55:46 +0000 (-0500) Subject: show service debug info X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19ec0e3a62d4c60d7e5581b4e38ec705650b1d18;p=quix0rs-gnu-social.git show service debug info --- diff --git a/lib/omb.php b/lib/omb.php index 14392d0799..0db178989c 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);