Closed (won't fix)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 11:26 UTC
Updated:
1 Sep 2012 at 02:45 UTC
Any chance to create an activity module for MySpace in the future or anyone here did it somehow? Thanks.
Comments
Comment #1
jacobw commentedi'm attempting with no success so far.
Comment #2
akalsey commentedMySpace requires that apps register themselves with MySpace to get access to the API. This is going to make installation a headache for site admins, since they'll need to go and apply for a developer account on MySpace before they could use the plugin.
If someone wants to take this on, you'll need to work with the MySpace ID API.
Documentation on the API is at http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID
There's a PHP library for working with myspace at http://code.google.com/p/myspaceid-php-sdk/
Comment #3
jdavidnet commentedI would be happy to help anyway I can. I am responsible the myspaceid php sdk.
http://myspace.com/jdavid_net
Comment #4
RcLRaptor commentedYou can draw the feed from a MySpace page now, using the RSS button in the browser. However, it causes a warning/error message to pop up when the MySpace content is displayed in the feed because it's missing the MySpace icon. It uses the oranges RSS icon in its place.
Comment #5
imDhaval commentedMySpace Sync clones content from MySpace profiles as Drupal nodes. Given a profile URL and update frequencies for comments, blog posts, and events, MySpace Sync will pull in fresh content when cron runs. The primary use case is to automatically republish content from your MySpace profile on your Drupal site. All HTML parsing is handled in the myspace_parse submodule, which could be applied to other use cases.
http://drupal.org/project/myspace_sync
so integration would be nice.
Comment #6
morbus iffMySpace integration won't make it to Activity Stream core, but you're welcome to build a contrib module against 7.x-3.x.