| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

myspace_latest

Page history last edited by Monica Wilkinson 15 years, 2 months ago

 

For the details on how each atom entry is structured see below:

 

Single User's Activities

RESOURCE:

/v1/users/{userId}/activities.atom

DESCRIPTION:

Gets all the updates for a single user. Currently the activity types included in this will be the activities the user is subscribed to.

·         All metadata is localized

·         Uses UTC timestamps

·         Each atom entry represents a single activity so partners can do their own aggregation.

·         Unique ids

REST FORMAT:

/v1/users/{userId}/activities

REQUEST METHOD:

GET

PARAMETERS:

URI: userId, culture, lastRetrievalTimeStamp(optional)

RESULTS:

<feed xml:lang="fr-FR" xml:base="http://api.myspace.com/v1/users/4859568/activities.atom"
xmlns:activity="http://activitystrea.ms/schema/1.0/" xmlns="
http://www.w3.org/2005/Atom">
        <title type="text">Activités récentes de Monica 3.0 sur MySpace.</title>
        <subtitle type="text">Ce flux contient toutes les mises à jour concernant un utilisateur MySpace unique.</subtitle>
        <id>tag:myspace.com,2009:user/4859568/activities</id>
        <rights type="text">Copyright (c) 2003-2009, MySpace.com</rights>
        <updated>2009-01-20T02:34:04Z</updated>
        <author>
                <name>Monica 3.0</name>
                <uri>
http://www.myspace.com/ciberch</uri>
        </author>
        <generator>PersonalActivitiesSyndicationFeedFactory.1.0</generator>
        <link rel="self" href="
http://api.myspace.com/v1/users/4859568/activities.atom" />
        <entry>...</entry>
</feed>

 

Friend Activities

 

 

RESOURCE:

/v1/users/{userId}/friends/activities.atom

DESCRIPTION:

This end point gets all the activities for the user's friends. The list of activities are the activities the users is subscribed to on MySpace. The activite are sorted by date time descending. Consumers have the responsability of making sure of only exposing this information to the user passed in.

REST FORMAT:

/v1/users/{userId}/friends/activities

REQUEST METHOD:

GET

PARAMETERS:

URI: userId, culture, lastRetrievalTimeStamp(optional)

RESPONSE CODES:

·         401: Unauthorized

·         501 : Internal server error

·         304: No changes since lastRetrievalTimeStamp

·         200: OK

RESULT:

<feed xml:lang="es-ES" xml:base="http://api.myspace.com/v1/users/4859568/friends/activities.atom" xmlns:activity="http://activitystrea.ms/schema/1.0/" xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Actividades recientes de tus amigos de MySpace.</title>
  <subtitle type="text">Este feed contiene todas las actualizaciones de los amigos a los que estás suscrito en MySpace.</subtitle>
  <id>tag:myspace.com,2009:/user/4859568/friends/activities</id>
  <rights type="text">Copyright (c) 2003-2009, MySpace.com</rights>
  <updated>2009-01-20T02:42:54Z</updated>
  <generator>FriendActivitiesSyndicationFeedFactory.1.0</generator>
  <link rel="self" href="
http://api.myspace.com/v1/users/4859568/friends/activities.atom" />
  <entry>...</entry>
  <entry>...</entry>
  <entry>...</entry>
</feed>

 

Atom Entry Format for Activities

Basic Structure of Atom Entry:

<entry>

  <id>tag:myspace.com,2009:/activity/{UserId}/PhotoAdd/{ParentId}/{PrimaryId}</id>

<title type="text">{Human Readable Title}</title>

  <published>{UTC Time of the activity}</published>

  <updated>{UTC Time of the activity}</updated>

<author>

    <name>{Actor Name}</name>

    <uri>{Actor's Profile Page}</uri>

</author>

<link rel="icon" type="image/gif" href="{Icon Image Url}" />

<category term="{MySpace Activity Name}" label="{MySpace Activity Name}" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">{Human Readable Description} </div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/{ObjectType}</activity:object-type>

    <title>{Object Name}</title>

<link rel="alternate" type="text/html" href="{Object Url}" />

<link rel="preview" type="image/jpeg" href="{Thumbnail Url}" />

<_source>

      <title>New Inspirational Posters</title>

<link rel="alternate" type="text/html" href="{Parent Url}" />

</_source>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/{VerbName}</activity:verb>

</entry>

 

Photos

Tagged in Photo

<entry>

    <id>tag:myspace.com,2009:/activity/21749426/PhotoTagged/21749426/52058577</id>

<title type="text">Jonathan was tagged in this photo.</title>

    <published>2008-12-22T23:53:08Z</published>

    <updated>2008-12-22T23:53:08Z</updated>

<author>

      <name>Jonathan</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=21749426</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/phototag.gif" />

<category term="PhotoTagged" label="PhotoTagged" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=21749426">Jonathan</a> was tagged in this photo.

        </h3>

<ul>

<li>

<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=viewTaggedPhoto&friendID=21749426&imageUserID=420311&imageID=52058577">

<img src="http://c2.ac-images.myspacecdn.com/images02/18/s_536c2b64e8c34937ad8a3c161036acf9.jpg" alt=""/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activitystrea.ms/schema/1.0/Person</activity:object-type>

<title></title>

<link rel="alternate" type="text/html" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=viewTaggedPhoto&friendID=21749426&imageUserID=420311&imageID=52058577" />

<link rel="preview" type="image/jpeg" href="http://c2.ac-images.myspacecdn.com/images02/18/s_536c2b64e8c34937ad8a3c161036acf9.jpg" />

<author>

<name></name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=420311</uri>

</author>

<_source>

        <title>Tagged Photos</title>

<link rel="alternate" type="text/html" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=viewTaggedPhotos&friendID=21749426" />

</_source>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Tag</activity:verb>

</entry>

 

Posting a Photo

<entry>

  <id>tag:myspace.com,2009:/activity/30740513/PhotoAdd/1794489/54341375</id>

<title type="text">Bobert ha añadido una foto nueva al álbum New Inspirational Posters.</title>

  <published>2009-01-19T23:21:59Z</published>

  <updated>2009-01-19T23:21:59Z</updated>

<author>

    <name>Bobert</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=30740513</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/photo.gif" />

<category term="PhotoAdd" label="PhotoAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=30740513">Bobert</a> ha añadido una foto nueva al álbum <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=30740513&albumId=1794489">New Inspirational Posters</a>.

      </h3>

<ul>

<li>

<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=viewImage&friendID=30740513&albumID=1794489&imageID=54341375">

<img src="http://c2.ac-images.myspacecdn.com/images02/31/s_da638cc1d2e64b33a679629cfa5bbab5.jpg" alt=""/>

          </a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/Photo</activity:object-type>

<title></title>

<link rel="alternate" type="text/html" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=viewImage&friendID=30740513&albumID=1794489&imageID=54341375" />

<link rel="preview" type="image/jpeg" href="http://c2.ac-images.myspacecdn.com/images02/31/s_da638cc1d2e64b33a679629cfa5bbab5.jpg" />

<_source>

      <title>New Inspirational Posters</title>

<link rel="alternate" type="text/html" href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=30740513&albumId=1794489" />

</_source>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

Music

 

Posting a Song

<entry>

  <id>tag:myspace.com,2009:/activity/7983553/SongUpload/5739400/37483297</id>

<title type="text">Brian Desveaux ha cargado una pista nueva:</title>

  <published>2009-01-14T10:46:49Z</published>

  <updated>2009-01-14T10:46:49Z</updated>

<author>

    <name>Brian Desveaux</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=7983553</uri>

</author>

<category term="SongUpload" label="SongUpload" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=7983553">Brian Desveaux</a> ha cargado una pista nueva:

      </h3>

<ul>

<li>

<a href="http://music.myspace.com/index.cfm?fuseaction=music.popupplayer&songid=37483297&artid=5739400&albid=7698792">

<img src="http://a307.ac-images.myspacecdn.com/images01/73/s_2dce3f72b54c91c62cfac6ff6d52b5d2.jpg" alt="JUMP IN"/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/Song</activity:object-type>

    <title>JUMP IN</title>

<link rel="alternate" type="text/html" href="http://music.myspace.com/index.cfm?fuseaction=music.popupplayer&songid=37483297&artid=5739400&albid=7698792" />

<link rel="preview" type="image/jpeg" href="http://a307.ac-images.myspacecdn.com/images01/73/s_2dce3f72b54c91c62cfac6ff6d52b5d2.jpg" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

Sharing a Song

<entry>

  <id>tag:myspace.com,2009:/activity/19591259/ProfileSongAdd/653268/28176228</id>

<title type="text">Dave ha añadido una canción nueva en el perfil: Calling All Skeletons de Alkaline Trio.</title>

  <published>2009-01-19T17:40:33Z</published>

  <updated>2009-01-19T17:40:33Z</updated>

<author>

    <name>Dave</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=19591259</uri>

</author>

<category term="ProfileSongAdd" label="ProfileSongAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=19591259">Dave</a> ha añadido una canción nueva en el perfil: <a href="http://music.myspace.com/index.cfm?fuseaction=music.popupplayer&songid=28176228&artid=653268&albid=7787692">Calling All Skeletons</a> de <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=6415997">Alkaline Trio</a>.

      </h3>

<ul>

<li>

<a href="http://music.myspace.com/index.cfm?fuseaction=music.popupplayer&songid=28176228&artid=653268&albid=7787692">

<img src="http://a631.ac-images.myspacecdn.com/images01/25/s_1d7d173431b01eed02b78c754c99b7b6.jpg" alt="Calling All Skeletons"/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/Song</activity:object-type>

    <title>Calling All Skeletons</title>

<link rel="alternate" type="text/html" href="http://music.myspace.com/index.cfm?fuseaction=music.popupplayer&songid=28176228&artid=653268&albid=7787692" />

<link rel="preview" type="image/jpeg" href="http://a631.ac-images.myspacecdn.com/images01/25/s_1d7d173431b01eed02b78c754c99b7b6.jpg" />

<author>

      <name>Alkaline Trio</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=6415997</uri>

</author>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Share</activity:verb>

</entry>

 

Notes

 

Posting a Blog

<entry>

  <id>tag:myspace.com,2009:/activity/13674943/BlogAdd/13674943/464959286</id>

<title type="text">RBD ha publicado un blog nuevo: Vota por RBD en Premios Lo Nuestro!!!</title>

  <published>2009-01-19T08:41:20Z</published>

  <updated>2009-01-19T08:41:20Z</updated>

<author>

    <name>RBD</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=13674943</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/blog.gif" />

<category term="BlogAdd" label="BlogAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=13674943">RBD</a> ha publicado un blog nuevo: <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=13674943&blogID=464959286">Vota por RBD en Premios Lo Nuestro!!!</a>

</h3>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/BlogEntry</activity:object-type>

    <title>Vota por RBD en Premios Lo Nuestro!!!</title>

<link rel="alternate" type="text/html" href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=13674943&blogID=464959286" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

 Posting a Forum Topic

<entry>

  <id>tag:myspace.com,2009:/activity/258300759/ForumPosted/258300759/4338044</id>

<title type="text">Padmatt1 publicado un tema nuevo en el foro: prod</title>

  <published>2009-01-06T17:21:30Z</published>

  <updated>2009-01-06T17:21:30Z</updated>

<author>

    <name>Padmatt1</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=258300759</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/forum.gif" />

<category term="ForumPosted" label="ForumPosted" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=258300759">Padmatt1</a> publicado un tema nuevo en el foro: <a href="http://forums.myspace.com/t/258300759.aspx?fuseaction=forums.viewthread">prod</a>

</h3>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/ForumTopic</activity:object-type>

    <title>prod</title>

<link rel="alternate" type="text/html" href="http://forums.myspace.com/t/258300759.aspx?fuseaction=forums.viewthread" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

Videos

 

 Sharing a Video

On MySpace users can add videos to their profile page.

<entry>

  <id>tag:myspace.com,2009:/activity/144881454/ProfileVideoUpdate/144881454/50344064</id>

<title type="text">El vídeo "Mind Tricks" se ha añadido al perfil de Tambo.</title>

  <published>2009-01-19T10:31:39Z</published>

  <updated>2009-01-19T10:31:39Z</updated>

<author>

    <name>Tambo</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=144881454</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/video.gif" />

<category term="ProfileVideoUpdate" label="ProfileVideoUpdate" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

        El vídeo "<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=50344064">Mind Tricks</a>" se ha añadido al perfil de <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=144881454">Tambo</a>.

      </h3>

<ul>

<li>

<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=50344064">

<img src="http://d3.ac-videos.myspacecdn.com/videos02/67/thumb1_b889ed1f57424fa887f301f5a5708602.jpg" alt="Mind Tricks"/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/Video</activity:object-type>

    <title>Mind Tricks</title>

<link rel="alternate" type="text/html" href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=50344064" />

<link rel="preview" type="image/jpeg" href="http://d3.ac-videos.myspacecdn.com/videos02/67/thumb1_b889ed1f57424fa887f301f5a5708602.jpg" />

<_source>

      <title>Todos los vídeos de Tambo</title>

      <link rel="alternate" type="text/html" href="http://vids.myspace.com/index.cfm?fuseaction=vids.showvids&friendID=144881454" />

</_source>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Share</activity:verb>

</entry>

 

Marking a Video as a Favorite

<entry>

    <id>tag:myspace.com,2009:/activity/202289021/FavoriteVideoAdd/202289021/27393517</id>

<title type="text">MySpace's MySpace ha añadido el vídeo Mena Suvari creates her MySpace page a favorites.</title>

    <published>2009-01-18T14:44:53Z</published>

    <updated>2009-01-18T14:44:53Z</updated>

<author>

      <name>MySpace's MySpace</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=202289021</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/video.gif" />

<category term="FavoriteVideoAdd" label="FavoriteVideoAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=202289021">MySpace's MySpace</a> ha añadido el vídeo <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=27393517">Mena Suvari creates her MySpace page</a> a <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.viewFavorites&channelid=202289021">favorites</a>.

        </h3>

<ul>

          <li>

<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=27393517">

<img src="http://b5.ac-images.myspacecdn.com/02089/58/92/2089362985_thumb1.jpg" alt="Mena Suvari creates her MySpace page"/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activitystrea.ms/schema/1.0/Video</activity:object-type>

      <title>Mena Suvari creates her MySpace page</title>

<link rel="alternate" type="text/html" href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=27393517" />

<link rel="preview" type="image/jpeg" href="http://b5.ac-images.myspacecdn.com/02089/58/92/2089362985_thumb1.jpg" />

<_source>

        <title>favorites</title>

<link rel="alternate" type="text/html" href="http://vids.myspace.com/index.cfm?fuseaction=vids.viewFavorites&channelid=202289021" />

</_source>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Favorite</activity:verb>

</entry>

 

Posting a Video

<entry>

  <id>tag:myspace.com,2009:/activity/189042058/VideoAdd/189042058/46863229</id>

<title type="text">Decision08 ha cargado un vídeo nuevo.</title>

  <published>2008-11-20T20:27:59Z</published>

  <updated>2008-11-20T20:27:59Z</updated>

<author>

    <name>Decision08</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=189042058</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/video.gif" />

<category term="VideoAdd" label="VideoAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=189042058">Decision08</a> ha cargado un vídeo nuevo.

      </h3>

<ul>

<li>

<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=46863229">

<img src="http://cache02-videos02.myspacecdn.com/80/thumb1_7000b97e3ff549df8dcc0215e432127b.jpg" alt="Obama’s administration comes into focus"/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activitystrea.ms/schema/1.0/Video</activity:object-type>

    <title>Obama’s administration comes into focus</title>

<link rel="alternate" type="text/html" href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=46863229" />

<link rel="preview" type="image/jpeg" href="http://cache02-videos02.myspacecdn.com/80/thumb1_7000b97e3ff549df8dcc0215e432127b.jpg" />

<_source>

      <title>Todos los vídeos de Decision08</title>

<link rel="alternate" type="text/html" href="http://vids.myspace.com/index.cfm?fuseaction=vids.showvids&friendID=189042058" />

</_source>

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

People

 

Adding Friends

MySpace raises activities into the stream when a user accepts a friendship from a Special Profile: Band, Comedia, Filmmaker or Politician. Also MySpace raises activities intro the stream when a user accepts a frienship which was originated as a result of the Friend Finder Tool. In this case the activity source will reflet this.

<entry>

    <id>tag:myspace.com,2009:/activity/144881454/FriendAdd/144881454/184040237</id>

<title type="text">Tambo ahora es amigo/a de Barack Obama</title>

    <published>2009-01-10T00:19:36Z</published>

    <updated>2009-01-10T00:19:36Z</updated>

    <author>

      <name>Tambo</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=144881454</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/friendRequest.gif" />

<category term="FriendAdd" label="FriendAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

          <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=144881454">Tambo</a> ahora es amigo/a de <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=184040237">Barack Obama</a>

</h3>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activities.myspace.com/schema/1.0/ObjectTypes/Person</activity:object-type>

      <title>Barack Obama</title>

<link rel="alternate" type="text/html" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=184040237" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activities.myspace.com/schema/1.0/Verbs/Connect</activity:verb>

</entry>

<entry>

    <id>tag:myspace.com,2009:/activity/279470469/ABIFriendAdd/279470469/109231460</id>

<title type="text">Nick ahora es amigo/a de André-Philippe gracias a la Herramienta de búsqueda de amigos</title>

    <published>2009-01-05T03:49:49Z</published>

    <updated>2009-01-05T03:49:49Z</updated>

<author>

      <name>Nick</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=279470469</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/friendrequest.gif" />

<category term="ABIFriendAdd" label="ABIFriendAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=279470469">Nick</a> ahora es amigo/a de <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=109231460">André-Philippe</a> gracias a la <a href="http://invites.myspace.com/index.cfm?fuseaction=invite.abinvite&carrier=">Herramienta de búsqueda de amigos</a>

</h3>

</div>

    </content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activities.myspace.com/schema/1.0/ObjectTypes/Person</activity:object-type>

      <title>André-Philippe</title>

<link rel="alternate" type="text/html" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=109231460" />

</activity:object>

<_source>

      <title>Herramienta de búsqueda de amigos</title>

<link rel="alternate" type="text/html" href="http://invites.myspace.com/index.cfm?fuseaction=invite.abinvite&carrier=" />

</_source>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activities.myspace.com/schema/1.0/Verbs/Connect</activity:verb>

</entry>

 

 Joining a Group

<entry>

  <id>tag:myspace.com,2009:/activity/70894784/JoinedGroup/70894784/100004375</id>

<title type="text">Shant unido al grupo: The Big Lebowski.</title>

  <published>2009-01-14T00:52:52Z</published>

  <updated>2009-01-14T00:52:52Z</updated>

<author>

    <name>Shant</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=70894784</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/joinedgroup.gif" />

<category term="JoinedGroup" label="JoinedGroup" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=70894784">Shant</a> unido al grupo: <a href="http://groups.myspace.com/index.cfm?fuseaction=groups.groupProfile&groupID=100004375">The Big Lebowski</a>.

      </h3>

<ul>

<li>

          <a href="http://groups.myspace.com/index.cfm?fuseaction=groups.groupProfile&groupID=100004375">

<img src="http://c.myspace.com/Groups/00000/01/70/10710_s.jpg " alt="The Big Lebowski"/>

</a>

</li>

</ul>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

    <activity:object-type>http://activities.myspace.com/schema/1.0/ObjectTypes/Group</activity:object-type>

    <title>The Big Lebowski</title>

<link rel="alternate" type="text/html" href="http://groups.myspace.com/index.cfm?fuseaction=groups.groupProfile&groupID=100004375" />

<link rel="preview" type="image/jpeg" href="http://c.myspace.com/Groups/00000/01/70/10710_s.jpg " />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activities.myspace.com/schema/1.0/Verbs/Join</activity:verb>

</entry>

 

Creating a Friend Category

<entry>

    <id>tag:myspace.com,2009:/activity/34672133/FriendCategoryAdd/34672133/-2147437439</id>

<title type="text">Dave created a new friend category: People that use IE6.</title>

    <published>2008-11-21T20:34:27Z</published>

    <updated>2008-11-21T20:34:27Z</updated>

<author>

      <name>Dave</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=34672133</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/friendCategory.gif" />

<category term="FriendCategoryAdd" label="FriendCategoryAdd" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=34672133">Dave</a> created a new friend category: <a href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=34672133&catID=-9223173570676322811">People that use IE6</a>.

        </h3>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activitystrea.ms/schema/1.0/FriendCategory</activity:object-type>

      <title>People that use IE6</title>

<link rel="alternate" type="text/html" href="http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=34672133&catID=-9223173570676322811" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

Events

 

Hosting an event

<entry>

    <id>tag:myspace.com,2009:/activity/299907932/EventPosting/299907932/11117519</id>

<title type="text">Mike Peralta is hosting Mike Peralta - Acoustic Show in Long Beach on 1/19/2009 7:00:00 PM.</title>

    <published>2009-01-15T19:01:15Z</published>

    <updated>2009-01-15T19:01:15Z</updated>

<author>

      <name>Mike Peralta</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=299907932</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/event.gif" />

<category term="EventPosting" label="EventPosting" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=299907932">Mike Peralta</a> is hosting <a href="http://events.myspace.com/index.cfm?fuseaction=events.detail&eventID=11117519">Mike Peralta - Acoustic Show in Long Beach</a> on 1/19/2009 7:00:00 PM.

        </h3>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activitystrea.ms/schema/1.0/Event</activity:object-type>

      <title>Mike Peralta - Acoustic Show in Long Beach</title>

<link rel="alternate" type="text/html" href="http://events.myspace.com/index.cfm?fuseaction=events.detail&eventID=11117519" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activitystrea.ms/schema/1.0/Post</activity:verb>

</entry>

 

Attending an event

<entry>

    <id>tag:myspace.com,2009:/activity/34375265/EventAttending/34375265/11104915</id>

<title type="text">Rob Vogel is attending Golden Dragon Festival & Parade on 1/31/2009 11:00:00 AM.</title>

    <published>2009-01-15T09:56:45Z</published>

    <updated>2009-01-15T09:56:45Z</updated>

<author>

      <name>Rob Vogel</name>

<uri>http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=34375265</uri>

</author>

<link rel="icon" type="image/gif" href="http://x.myspacecdn.com/modules/common/static/img/event.gif" />

<category term="EventAttending" label="EventAttending" scheme="http://activities.myspace.com/schema/1.0/" />

<content type="xhtml">

<div xmlns="http://www.w3.org/1999/xhtml">

<h3>

<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=34375265">Rob Vogel</a> is attending <a href="http://events.myspace.com/index.cfm?fuseaction=events.detail&eventID=11104915">Golden Dragon Festival & Parade</a> on 1/31/2009 11:00:00 AM.

        </h3>

</div>

</content>

<activity:object xmlns:activity="http://activitystrea.ms/schema/1.0/">

      <activity:object-type>http://activities.myspace.com/schema/1.0/ObjectTypes/Event</activity:object-type>

      <title>Golden Dragon Festival & Parade</title>

<link rel="alternate" type="text/html" href="http://events.myspace.com/index.cfm?fuseaction=events.detail&eventID=11104915" />

</activity:object>

<activity:verb xmlns:activity="http://activitystrea.ms/schema/1.0/">http://activities.myspace.com/schema/1.0/Verbs/Join</activity:verb>

</entry>

 

Pasted from <http://developerwiki-stage.corp.myspace.com/index.php?title=Activities>

 

 

Activities

Comments (1)

Monica Wilkinson said

at 5:52 pm on Jan 20, 2009

Ugh the format is not coming out very well but just wanted to share the latest

You don't have permission to comment on this page.