Question

In an effort to get music-related events for an app we're building, we've mulled through Myspace's decidedly clunky authentication process and managed to set up a subscription and endpoint.

Using all this fun stuff:

http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream http://wiki.developer.myspace.com/index.php?title=Stream_Subscription_API http://wiki.developer.myspace.com/index.php?title=Stream_Subscription_Example_Walkthrough

The Myspace GET request verifies the existence of our subscription. So all we were hoping to do was sit back and wait...

...but even with no query filtering set whatsoever (i.e. we should get EVERYTHING that happens!), we seem to get no data pushed our way.

Most worrisome is that I don't see anyone talking about this on the web anytime recently. Does it still exist? It's still on Myspace's Developer homepage. Did they forget to take it down? Is their sense of self-esteem so low at this point (for obvious reasons) that they've stopped caring about whether their services work?

A boolean answer with conclusive supporting evidence would be most appreciated.

Links to resources and discussions less than a year old would be an awesome bonus.

Was it helpful?

Solution

Myspace has a very inactive MySpace Developer Team News and Announcements that lists various API modules designed to work with the ActivityStrea.ms standard and has a dedicated Activities API webpage with examples.

Once you view that page, you'll see they work within the depreciated OpenSocial API v1 Platform.

In reference to the Stream Subscription method your using, the History Log has the last entry at January 2010. It's safe to say that method has been abandoned. Reference screenshot:

enter image description here

I visited Wikipedia Myspace Page to discover what Developer API is currently used and was greeted with the same outdated information that you already have. The last API used was in 2010.

There still is hope for your goal of getting music related events via a current API method: The above Wikipedia page has a section titled Decline: 2008–present which links to footnote 71 for a January 2012 article: MySpace is Reborn at Panasonic Press Conference, Unleashes Justin Timberlake

That Wikipedia announcement reads:

In January 2012, the company announced at CES that it would introduce MySpace TV with Panasonic.

While Myspace is currently under the radar for developers and your goal is to get Music Related Events (from music artists?) via API, consider using YouTube API that has a powerful search feature to find such events from artists with legitimate YouTube ID's.

If that's not an option perhaps Myspace TV / Panasonic venture will come into fruition soon.

As this is not a happy answer, it's only fitting to Cry Me A River until a new API is realized.


Edit: As your looking for a Boolean Answer, MySpace API is false. To complement that Boolean state, these other JavaScript values are considered false too: 0 -0 null "" undefined NaN.

WordPress for MySpace API is abandoned with last blog entry April 2010.

The MySpace Stream Subscription API is a component of MySpace RESTful API that is abandoned.

Finally, the MySpace Developer Home Page was last updated on December 2010.

Even to this day, Google Groups for MySpace API has no activity since July 2010.

The above links is Further Evidence that the MySpace API is dead.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top