]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
show service debug info
authorEvan Prodromou <evan@status.net>
Mon, 1 Mar 2010 22:55:46 +0000 (17:55 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 1 Mar 2010 22:55:46 +0000 (17:55 -0500)
lib/omb.php

index 14392d0799ab3ec92f3492fe73bcf764e707ad34..0db178989c1ea6e5460ee65f6bae5833b411a53f 100644 (file)
@@ -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);