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=79b2e671c21e07a0512ea0ed95ed2e00e150c842;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);