Posted by charos on March 8, 2009 at 11:26am
Jump to:
| Project: | Activity Stream |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Any chance to create an activity module for MySpace in the future or anyone here did it somehow? Thanks.
Comments
#1
i'm attempting with no success so far.
#2
MySpace 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/
#3
I would be happy to help anyway I can. I am responsible the myspaceid php sdk.
http://myspace.com/jdavid_net
#4
You 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.
#5
MySpace 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.