I've been trying to use the OpenSocial PHP API's to get the MySpace activity stream for days now with no luck. MySpace sends back an http status of 200 for OK, but returns no data whatsoever. The OpenSocial PHP API's give a non-sensical error message of "No user id specified", but I have definitely tracked things down to the point where I know MySpace is simply not returning ANYTHING other than the status code of 200 with no error message about permissions or not being a whitelisted partner of whatever. The OpenSocial PHP API's use MySpace REST calls.
So is this permitted for any developer or just "restricted partners"? If restricted, how do I get whitelisted? If not restricted, are others using the standard MySpace provided PHP API's having success? I'm trying to determine if this is a bug in the OpenSocial PHP API's or not.