show service debug info
This commit is contained in:
parent
64918cfd35
commit
19ec0e3a62
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user