Hello!
i'm trying to develop an application using MyspaceID-PHP-SDK.
Some functions are working correctly, for example export of profile details or status update. But this REST API call is not working:
$album = $ms->getAlbum($userid, $albumid);
I'm running file:samples/myspaceid-oauth/index.php.
Now it gives an exception:
Fatal error: Uncaught exception 'MySpaceException' with message
'Request to
http://api.myspace.com/v1/users/500506942/albums/286575/photos.json
failed:<br/><br/>
HTTP error 400 <br/><br/>
Response:<br/><br/>
HTTP/1.1 400 imageUrl parameter is missing or empty....
Please help me, because i can't find any info about this in your Wiki.
Thanks in advance.