Hi,
I'm developing an offsite tool that collates fan counts, subscriptions etc for YouTube, FB, Twitter and hopefully Myspace.
I'm looking for a way i can access the friend count on a specific Myspace account and echo that on an external site.
So far i've looked at using OSAPI and specifically the listfriends.php example which is working fine except that it doesn't seem to work with the specific account i need.
I've edited __init__.php and switched the default myspace ID to 71902155:
case 'myspace':
$userId = '71902155';
However this results in a 401 error. It does seem to work with all other tested IDs though. Is this something to with 1.0/2.0 profiles or something like that?
--
I'm basically looking for a simple way to echo the myspace friend count of a specific page ( http://www.myspace.com/rachelfurner ) on an external PHP page. If anyone has any ideas why the above doesn't work or knows a better way to approach this, i'd appreciate the help.
Thanks.