ymkjp / opensocial-php-client

Automatically exported from code.google.com/p/opensocial-php-client
Apache License 2.0
0 stars 0 forks source link

error 401 for PUT #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The same is for me

Original comment by asv...@gmail.com on 20 Aug 2011 at 10:27