<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developer.myspace.com/Community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MySpace Developer Team : activity stream</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/tags/activity+stream/default.aspx</link><description>Tags: activity stream</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>New Features for OpenSocial 0.9 REST APIs</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2009/11/17/new-features-for-opensocial-0-9-rest-apis.aspx</link><pubDate>Wed, 18 Nov 2009 00:38:00 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:44156</guid><dc:creator>krunal</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developer.myspace.com/Community/blogs/devteam/rsscomments.aspx?PostID=44156</wfw:commentRss><comments>http://developer.myspace.com/Community/blogs/devteam/archive/2009/11/17/new-features-for-opensocial-0-9-rest-apis.aspx#comments</comments><description>&lt;p&gt;Hi everyone, &lt;/p&gt;&lt;p&gt;We are extending our 0.9 REST API offerings by adding new endpoints as well as adding new features to existing endpoints to make our 0.9 offering richer. We are committed to exposing data through Open Standards so app developers can create the finest applications on the web. Some of these new features are not part of the previous MySpace REST APIs so this should encourage you to switch to 0.9 if you haven’t done so already.&lt;/p&gt;&lt;p&gt;The link to the main resource page for REST 0.9 APIs is located &lt;a href="http://wiki.developer.myspace.com/index.php?title=Category:OpenSocial_v0.9_REST_Resources" title="OpenSocial 0.9 REST APIs" target="_blank"&gt;here&lt;/a&gt;. Please find documentation links and highlights of these new features below.&amp;nbsp; Please review our &lt;a href="http://wiki.developer.myspace.com/index.php?title=Developer_Addendum_to_MySpace.com_Terms_of_Use_Agreement" title="Terms of use" target="_blank"&gt;Terms of use&lt;/a&gt;, especially Section 10.2, before you start using these features.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;text-decoration:underline;"&gt;New Endpoints&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;StatusMoodComments &lt;/span&gt;&lt;/p&gt;&lt;p&gt;This endpoint provides a way to fetch the comments posted on a user’s StatusMood updates. It also provides a way to request the comment author’s basic info (image, name and profile URL) along with the comments themselves. This could reduce the number of calls to the server you need to make if you plan on displaying the commenter’s data along with the comments. &lt;/p&gt;&lt;p&gt;Please see details &lt;a href="http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_StatusMoodComments" title="StatusMood Comments" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;ProfileComments&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This provides a way to fetch the comments posted on a user’s profile. It also provides a way to request the comment author’s basic info along with the comments, which again will reduce the number of calls to the server if that information is needed. &lt;/p&gt;&lt;p&gt;Please see details &lt;a href="http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_ProfileComments" title="Profile Comments" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;MediaItemComments&lt;/span&gt;&lt;br /&gt;You can now fetch comments posted on a user’s images and videos. Again, this endpoint allows you to fetch the comment author’s basic info to save a second request to the server. &lt;/p&gt;&lt;p&gt;Please see details &lt;a href="http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_MediaItemComments" title="MediaItem Comments" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;text-decoration:underline;"&gt;Enhancements&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;StatusMood&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The StatusMood endpoints now offer APIs to fetch friends’ status mood updates as well as provides a way to fetch StatusMood history.&lt;/li&gt;&lt;li&gt;Apps can also fetch recent comments on a user status in the same call.&lt;/li&gt;&lt;li&gt;MySpace now allows syncing/updating StatusMood from various sources like Twitter. You can get that information in your requests.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Check the documentation for the StatusMood APIs &lt;a href="http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_StatusMood#Notes" title="StatusMood" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Also don’t forget to check out the filters that &lt;a href="http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_StatusMood#Supported_URIs_and_Filters_by_StatusMood_endpoints" title="StatusMood filters" target="_blank"&gt;this endpoint has to offer&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Activities&lt;/span&gt;&lt;/p&gt;&lt;p&gt;We are also adding Activity Streams extension properties to activities returned from our OpenSocial 0.9 Activities endpoint in this release.&amp;nbsp; Activity Streams is a data format that describes what people are doing around the web, for example: posting photos and videos, sharing music with friends and writing blog entries.&amp;nbsp; If you are already familiar with the Activity Streams atom format, you can now access all the Activity Streams goodness, like actors, verbs, objects and object-types, in JSON and plain old XML.&amp;nbsp; Find more information about Activity Streams on the http://activitystrea.ms web site.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Check out the MySpace implementation for the same &lt;a href="http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Activities#ActivityStrea.ms_Extensions" title="Activities endpoints" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;text-decoration:underline;"&gt;SDKs&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Our PHP and Java &lt;a href="http://wiki.opensocial.org/index.php?title=Client_Libraries" target="_blank" title="SDK link"&gt;SDKs&lt;/a&gt; have been updated to support these new features and the others are in the works. Also, these new features are developed using Open Standards like OpenID, OAuth and OpenSocial which should help make your experience smooth.&lt;/p&gt;&lt;p&gt;Also, if you have missed out, visit this earlier blog post for more information about complete suite of &lt;a href="http://developer.myspace.com/Community/blogs/devteam/archive/2009/09/21/full-support-of-opensocial-0-9-rest-apis-now-available.aspx" title="OpenSocial 0.9 REST APIs" target="_blank"&gt;REST 0.9 APIs&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Happy coding!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src="http://developer.myspace.com/Community/aggbug.aspx?PostID=44156" width="1" height="1"&gt;</description><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/OpenSocial/default.aspx">OpenSocial</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/REST/default.aspx">REST</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/Activities/default.aspx">Activities</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/activity+stream/default.aspx">activity stream</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/myspace+open+platform/default.aspx">myspace open platform</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/ActivityStreams/default.aspx">ActivityStreams</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/MySpaceceID/default.aspx">MySpaceceID</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/ActivityStrea.ms/default.aspx">ActivityStrea.ms</category></item><item><title>Microsoft enriches Windows Live, Messenger, and Hotmail products by using MySpace’s ActivityStrea.ms API</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2009/09/14/microsoft-enriches-windows-live-messenger-and-hotmail-products-by-using-myspace-s-activitystrea-ms-api.aspx</link><pubDate>Mon, 14 Sep 2009 17:54:00 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43322</guid><dc:creator>Donny Mack (DM)</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developer.myspace.com/Community/blogs/devteam/rsscomments.aspx?PostID=43322</wfw:commentRss><comments>http://developer.myspace.com/Community/blogs/devteam/archive/2009/09/14/microsoft-enriches-windows-live-messenger-and-hotmail-products-by-using-myspace-s-activitystrea-ms-api.aspx#comments</comments><description>Posted by &lt;a href="http://www.myspace.com/ciberch" rel="me"&gt;Monica Keller&lt;/a&gt;, MySpace Group Architect, Activity Streams &lt;br /&gt;&lt;br /&gt;I’m excited to announce that today Windows Live will start broadcasting MySpace user activity streams to their Windows Live Platform via MySpaceID. The MySpaceID integration with Windows Live keeps you updated on what’s happening on MySpace. Windows Live users can see their activities from MySpace, and those activities can now be distributed across the Windows Live network, enhancing their user experience by providing rich contextual user information. Now you can see the following activities from within Windows Live, Windows Live Messenger, and Hotmail: &lt;br /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Status updates&lt;/li&gt;
&lt;li&gt;Blog Entries&lt;/li&gt;
&lt;li&gt;Photo uploads&lt;/li&gt;
&lt;li&gt;Music&lt;/li&gt;&lt;/ul&gt;And more activities coming soon... Click &lt;a href="http://developerwiki.myspace.com/index.php?title=Standards_for_Activity_Streams"&gt;here&lt;/a&gt; to learn about our activitystrea.ms api. &lt;br /&gt;&lt;br /&gt;To check out this MySpaceID integration, do the following: &lt;br /&gt;&lt;br /&gt;1. Sign into your Windows Live account by visiting &lt;a href="http://profile.live.com/WebActivities/add.aspx?AppID=1140860417"&gt;http://profile.live.com/WebActivities/add.aspx?AppID=1140860417&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;2. Click Add web activities &lt;br /&gt;&lt;br /&gt;&lt;img src="http://c3.ac-images.myspacecdn.com/images02/98/l_c59d00d4269746fa8570d61b7b74ef72.png" alt="" /&gt; &lt;br /&gt;&lt;br /&gt;3. Choose MySpace from the options &lt;br /&gt;&lt;br /&gt;&lt;img src="http://c1.ac-images.myspacecdn.com/images02/97/l_7ae61cc92eff486c95e931fbeaadb1d8.jpg" alt="" /&gt; &lt;br /&gt;&lt;br /&gt;4. Add MySpace to your Windows Live account &lt;br /&gt;&lt;br /&gt;&lt;img src="http://c4.ac-images.myspacecdn.com/images02/75/l_25292f811bfb4600a690c89292d18f5f.png" alt="" /&gt; &lt;br /&gt;&lt;br /&gt;5. See all your MySpace activities and share them with your Windows Live network &lt;br /&gt;&lt;br /&gt;&lt;img src="http://c2.ac-images.myspacecdn.com/images02/77/l_2d3f001980ce4de6ae7099c022015601.jpg" alt="" /&gt; &lt;br /&gt;&lt;br /&gt;Our Windows Live MySpaceID implementation is built on the activitystrea.ms open standard, making today’s announcement another important step forward in MySpace’s continued commitment to promoting open standards across the Web. Utilizing an increasingly open Web enables our users to broadcast, discover, and express themselves in richer ways across multiple networks. &lt;br /&gt;&lt;br /&gt;I hope you enjoy and let us know what you think. &lt;br /&gt;&lt;br /&gt;Thanks, &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.myspace.com/ciberch" rel="me"&gt;Monica&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;MySpace Group Architect, Activity Streams &lt;img src="http://developer.myspace.com/Community/aggbug.aspx?PostID=43322" width="1" height="1"&gt;</description><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/activity+stream/default.aspx">activity stream</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/Windows+Live/default.aspx">Windows Live</category></item><item><title>New Viral Channel for MySpace Apps</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2009/07/07/opening-up-app-activities-for-all-users.aspx</link><pubDate>Tue, 07 Jul 2009 22:41:00 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41549</guid><dc:creator>Test User</dc:creator><slash:comments>25</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developer.myspace.com/Community/blogs/devteam/rsscomments.aspx?PostID=41549</wfw:commentRss><comments>http://developer.myspace.com/Community/blogs/devteam/archive/2009/07/07/opening-up-app-activities-for-all-users.aspx#comments</comments><description>&lt;p&gt;App Activities are now visible to all the friends of a user, regardless if they have the App installed.&amp;nbsp; This means that App Activities are another channel by which your App can virally grow.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you are already publishing App Activities, you technically do not need to make any changes, however we encourage you to think about how to best leverage App Activities as a user acquisition channel.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To ensure a quality user experience, we provide users the ability to block unwanted App Activities and other communications.&amp;nbsp;&amp;nbsp; If the user has the App installed, they will have the option to turn off receiving App Activities for the App or uninstalling the App.&amp;nbsp; If the user does not have the App installed, they have the option to block all communications from the App.&lt;/p&gt;&lt;p align="center"&gt;&lt;img src="http://c3.ac-images.myspacecdn.com/images02/78/l_1ed96b2538934491875545a4376b6b06.png" alt="" align="" border="" height="354" hspace="" width="459" /&gt;&lt;/p&gt;
As always, the user experience is of utmost concern to us. We&amp;#39;ll be closely monitoring the use of this feature. Any developers that are found to be abusing this functionality to the detriment of the user or in violation of the Terms of Usage will be dealt with immediately.&lt;br /&gt;&lt;br /&gt;The team has put in a lot of hard work into this feature and the required infrastructure to support it. We look forward to seeing the results of developers taking advantage of this new viral growth channel.&amp;nbsp; Please send us your feedback and success stories.&lt;img src="http://developer.myspace.com/Community/aggbug.aspx?PostID=41549" width="1" height="1"&gt;</description><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/communications/default.aspx">communications</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/Activities/default.aspx">Activities</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/Marco/default.aspx">Marco</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/Friend+Updates/default.aspx">Friend Updates</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/activity+stream/default.aspx">activity stream</category></item><item><title>New Features for MySpaceID Live!</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2009/03/19/New-Features-for-MySpaceID-Live.aspx</link><pubDate>Fri, 20 Mar 2009 00:24:00 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:37690</guid><dc:creator>Donny Mack (DM)</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://developer.myspace.com/Community/blogs/devteam/rsscomments.aspx?PostID=37690</wfw:commentRss><comments>http://developer.myspace.com/Community/blogs/devteam/archive/2009/03/19/New-Features-for-MySpaceID-Live.aspx#comments</comments><description>&lt;p&gt;Greetings Developers! &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Today the MySpace Open Platform team launched new functionality for &lt;a href="http://www.myspace.com/myspaceid" title="MySpaceID"&gt;MySpaceID&lt;/a&gt; and a remarkably useful set of MySpace ID SDKs. Other key updates in the release include fixes for Custom parameters on the callback function.&amp;nbsp;&amp;nbsp; Additionally, today MySpace announced the limited testing of a MySpaceID implementation on the Yahoo! homepage.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New MySpaceID Features:&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Activity Stream from Web sites using MySpaceID&lt;br /&gt;&lt;/b&gt;MySpace Members&amp;#39; activities on MySpaceID-enabled Web sites can now be streamed to any site on the Web -- increasing engagement on partner sites. Partner sites can filter MySpace Members&amp;#39; activities by the activity feed type: photos, events, music, etc. For example, a photo-sharing site could choose to display activities specific to photo uploading, photo tagging, and photo album creation. We are currently Beta testing, but will have this API available to everyone soon.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Easy authentication using OAuth and OpenID&lt;br /&gt;&lt;/b&gt;Integration of both OAuth and OpenID into MySpaceID enables MySpace Members to securely login to MySpaceID-enabled Web sites using their MySpace credentials. The combination of OAuth and OpenID allows MySpace Members to bring their MySpace identity with them, solving the problem of username and password fatigue. &amp;nbsp;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;New Application Developer Workflow&lt;/b&gt;&lt;br /&gt;The modified MySpace Developer Workflow (&amp;quot;Create App&amp;quot;) streamlines the process of building and configuring an application. Especially notable is its dedicated path for MySpaceID application development, which provides developers with “key” data needed to implement secure OAuth access tokens. &lt;br /&gt;&lt;br /&gt;To begin, &lt;a href="http://developer.myspace.com/Modules/Apps/Pages/CreateAppAccount.aspx" title="Create Application Account"&gt;click the Build button in the blue navigation bar&lt;/a&gt;.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;MySpaceID SDKs - Developer toolkits demonstrate the &amp;quot;Open Stack&amp;quot; approach&lt;br /&gt;&lt;/b&gt;MySpace introduces the Beta release of its MySpaceID SDKs for MySpace Open Platform Developers. Developers have been clamoring for toolkits and code examples for months, and they will undoubtedly be very excited about this SDK release, which is based on completely open Web standards. The client libraries are initially being released in PHP, Python, Ruby, .NET and Java, with additional libraries planned in the future for Cocoa and Android. &lt;br /&gt;&lt;br /&gt;See the &lt;a href="http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID_SDK" title="MySpaceID SDK"&gt;MySpaceID SDK&lt;/a&gt; page for an introduction and links to all SDK resources and documentation. &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See the &lt;a href="http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID" title="MySpaceID Documentation"&gt;MySpaceID&lt;/a&gt; documentation for more information. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;MySpaceID on the Yahoo! Homepage&lt;/b&gt;&lt;br /&gt;The MySpace application is one of several new apps that Yahoo! recently began testing as part of its new Yahoo! homepage. The application enables users to check-in and keep up to date with the information and people they care about most. The launch marks a significant milestone for MySpaceID.&lt;br /&gt;&lt;br /&gt;“The MySpace App, currently in testing on the new Yahoo! homepage, adds new social functionality into the Yahoo! experience by using MySpaceID to connect Yahoo! users to their MySpace network,” said Jason Oberfest, general manager of the MySpace Open Platform. &amp;quot;By logging into MySpace from the new App right on the Yahoo! homepage, users get quick access to their MySpace friend updates, friend requests, and can manage their MySpace status, mood and more – all while catching up on their other activities on Yahoo!” he explains.&amp;nbsp; “By working with Yahoo! we have been able to take a big step forward in evolving the open Web. We are very pleased to be working with them.”&lt;br /&gt;&lt;br /&gt;The new Yahoo! homepage is currently being tested by a small percentage of Yahoo! users in advance of a public beta. More information is available at: &lt;a href="http://ycorpblog.com/2009/02/13/update-on-our-new-homepage-testing/" title="Yahoo"&gt;http://ycorpblog.com/2009/02/13/update-on-our-new-homepage-testing/&lt;/a&gt;.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;With these enhancements, MySpace is the first major social network to have the full &amp;quot;Open Stack&amp;quot; implemented where information is flowing to partner Web sites based on completely open Web standards.&amp;nbsp; MySpace now offers full OpenID support on every custom user URL.&lt;br /&gt;&lt;br /&gt;MySpace is also the first major party to implement the new activity stream open specification.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;img src="http://developer.myspace.com/Community/aggbug.aspx?PostID=37690" width="1" height="1"&gt;</description><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/OpenID/default.aspx">OpenID</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/oAuth/default.aspx">oAuth</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/myspaceid/default.aspx">myspaceid</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/donny+mack/default.aspx">donny mack</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/activity+stream/default.aspx">activity stream</category><category domain="http://developer.myspace.com/Community/blogs/devteam/archive/tags/myspace+open+platform/default.aspx">myspace open platform</category></item></channel></rss>