I use the last OpenSocial PHP Client Library.
I use this for MySpace. This is work :
$profile_fields = array('aboutMe', 'displayName');
$self_request_params =
array('userId'=>$userId,'groupId'=>'@self','fields'=>$profile_fields);
$batch->add($osapi->people->get($self_request_params), 'infos perso');
But, this is don't work :
$params = array('statusMood'=>array('moodName' =>'excited','status' =>
'Working on PHP SDK',));
$batch->add($osapi->statusmood->update($params), 'Mise à jour du statut
MySpace');
...
I don't understand why... I've accepted the application on myspace but I've
an 401 error. And this description is 'NULL'
Can help me ?
Original issue reported on code.google.com by sore...@gmail.com on 14 Apr 2010 at 2:06
Original issue reported on code.google.com by
sore...@gmail.com
on 14 Apr 2010 at 2:06