Douglas
unread,Feb 7, 2011, 10:56:47 AM2/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Orkut php client
Hello buddys,
I trying to change the status on my Orkut, with this lib, I made the
function, and look is right, do no return any error, and probaly is
working, but.. Not happened in status on orkut, here are the function:
$msg = array('method' => 'activities.create',
'params' => array(
'userId' => array('@me'),
'groupId' => '@self',
'activity'=>array('title'=>'activity title',
'body'=>'activity body'),
'appId' => '@app'
)
);
$this->orkutApi->addRequest($msg,'activity');
Anyone knows why?
Thanks a lot for the help!