<?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>Activities</title><link>http://developer.myspace.com/community/forums/80.aspx</link><description>Check in here with issues related to Activities.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Activity type list</title><link>http://developer.myspace.com/community/forums/thread/53247.aspx</link><pubDate>Thu, 25 Aug 2011 16:49:53 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53247</guid><dc:creator>Andrew</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53247.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=53247</wfw:commentRss><description>&lt;pre&gt;
Hi,

I&amp;#39;m looking for a list of all the activity types. I found this list:
http://developerwiki.myspace.com/index.php?title=ActivityStream_Queries#Activity_Types

But it doesn&amp;#39;t seem to include &amp;#39;PhotoDelete&amp;#39; for example, is there another list of all the activity types in the documentation somewhere?

thanks,
Andrew
&lt;/pre&gt;</description></item><item><title>successfuly posted activity doesn't reload template block in stream </title><link>http://developer.myspace.com/community/forums/thread/53167.aspx</link><pubDate>Thu, 16 Jun 2011 15:11:58 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53167</guid><dc:creator>Trofim</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53167.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=53167</wfw:commentRss><description>&lt;p&gt;looks like a bug ...&lt;br /&gt;&lt;/p&gt;</description></item><item><title>how can you get your friends activities via MySpace SDK for Java</title><link>http://developer.myspace.com/community/forums/thread/53018.aspx</link><pubDate>Sun, 15 May 2011 20:02:30 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53018</guid><dc:creator>Mustafa</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53018.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=53018</wfw:commentRss><description>&lt;p&gt;hi everybody,&lt;/p&gt;&lt;p&gt;i am new to this topic, researched a lot, but not on the right way?..and thats why no very successfull :(&lt;/p&gt;&lt;p&gt;this is my code yet:&lt;/p&gt;&lt;p&gt;OffsiteContext c = new OffsiteContext(key, secret);&lt;br /&gt;c.setAccessToken(new OAuthToken(accessTokenKey, accessTokenSecret));&lt;/p&gt;&lt;p&gt;String id = c.getUserId();&lt;/p&gt;&lt;p&gt;String activities = r.getActivitiesAtom(id);&lt;/p&gt;&lt;p&gt;out.println(activities); &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;this enables me to get my own activities.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but how can i get my friends activities?&lt;br /&gt;i tried to get one friends id, and then using it this way:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;String friendsActivities = r.getActivitiesAtom(friendId);&lt;/p&gt;&lt;p&gt;out.println(friendsActivities); &lt;/p&gt;&lt;p&gt;but unfortunatelly this doesnt work :(&lt;/p&gt;&lt;p&gt;is there any other way to handle this?&lt;br /&gt;please help!&lt;/p&gt;&lt;p&gt;thanks a lot! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>posting an activity with succes but it does not appear anywhere</title><link>http://developer.myspace.com/community/forums/thread/52497.aspx</link><pubDate>Wed, 09 Feb 2011 13:25:22 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52497</guid><dc:creator>Beto</dc:creator><slash:comments>6</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52497.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=52497</wfw:commentRss><description>hi guys:


&lt;br /&gt;i am facing a little problem, and i want to know if you can give me a hint of what is going on. i am able to post activites from my app apparently successfuly. BUT the activities never show up in my profile page.
the same thing is happening with the sample application (External iFrame IFPC call Demo, id 124833), from where i extracted the basic code.

&lt;br /&gt;
&lt;br /&gt;any advice is welcome.

&lt;br /&gt;
&lt;br /&gt;thanks!!

&lt;br /&gt;
&lt;br /&gt;EDIT: one more thing, it seems to ignore my settings, asking me all the times when i want to publish the activity.</description></item><item><title>error: Unknown RPC service: postTo</title><link>http://developer.myspace.com/community/forums/thread/52325.aspx</link><pubDate>Fri, 21 Jan 2011 17:20:07 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52325</guid><dc:creator>Ricardo</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52325.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=52325</wfw:commentRss><description>&lt;p&gt;hi:&lt;br /&gt;&lt;br /&gt;i created a template for my app activitie.&lt;br /&gt;the i copied the code from the (working) sample appplication (http://www.myspace.com/games/play/124833?pm_cmp=mdp_124833_AppCanvas_SignedIn) for app activities. but my code dies logging&amp;nbsp; &amp;quot;Unknown RPC service: postTo&amp;quot; in console.&lt;br /&gt;&lt;br /&gt;the app URL is:&lt;br /&gt;http://www.myspace.com/games/play/197351?pm_cmp=mdp_197351_97&lt;br /&gt;&lt;br /&gt;after it loads the game, when you &amp;quot;help&amp;quot; a citizen and click &amp;quot;CoMpartir&amp;quot; (share in spanish), we call this js code, that you will see, is very similar to the sample, just that this doesnt work, and give me that error&amp;nbsp; :/&lt;br /&gt;&lt;br /&gt;this.postear = function(mensaje, attachments, arrayLinks, targetId, tipoDePosteo, callBack) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var container = MyOpenSpace.MySpaceContainer.get();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var priority = MyOpenSpace.CreateActivityPriority.HIGH;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var params = {};&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; params[MyOpenSpace.Activity.Field.TITLE_ID] = &amp;quot;twnr_tpl&amp;quot;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; params[MyOpenSpace.Activity.Field.TEMPLATE_PARAMS] = {&amp;quot;mensaje&amp;quot;:&amp;quot;PRUEBAAAAAAA&amp;quot;};&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var mediaItemArray = [;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; params[MyOpenSpace.Activity.Field.MEDIA_ITEMS] = mediaItemArray;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var activity = container.newActivity(params);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var opt_callBack = function(response){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(response);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var resultsDiv = document.getElementById(&amp;#39;activitiesResult&amp;#39;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (resultsDiv.style.color == &amp;quot;Blue&amp;quot;){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultsDiv.style.color = &amp;quot;Red&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultsDiv.style.color = &amp;quot;Blue&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (response.errorMessage){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultsDiv.innerHTML = &amp;quot;Error:&amp;quot; + response.errorMessage;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; switch (response){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case MyOpenSpace.PostTo.Result.ERROR:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultsDiv.innerHTML = &amp;quot;Error&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case MyOpenSpace.PostTo.Result.CANCELLED:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultsDiv.innerHTML = &amp;quot;Cancelled&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case MyOpenSpace.PostTo.Result.SUCCESS:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resultsDiv.innerHTML = &amp;quot;Success&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; container.requestCreateActivity(activity, priority, opt_callBack);&lt;br /&gt;}&lt;a href="http://developer.myspace.com/Community/forums/AddPost.aspx?ForumID=80"&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Error: That PostTo target is not supported.</title><link>http://developer.myspace.com/community/forums/thread/43710.aspx</link><pubDate>Fri, 09 Oct 2009 20:58:55 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43710</guid><dc:creator>Pierdolę Taką Dolę</dc:creator><slash:comments>6</slash:comments><comments>http://developer.myspace.com/community/forums/thread/43710.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=43710</wfw:commentRss><description>Hey,

I try to create an activity from an embed iframe using the non-openSocial workaround described here:&lt;br /&gt;&lt;br /&gt;
http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=124833&lt;br /&gt;&lt;br /&gt;
however, i keep getting the following error:&lt;br /&gt;&lt;br /&gt;
&lt;b&gt;That PostTo target is not supported&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
Any ideas what causes the error?</description></item><item><title>Which is the correct way to include media items in an Activity request?</title><link>http://developer.myspace.com/community/forums/thread/50821.aspx</link><pubDate>Fri, 15 Oct 2010 19:05:27 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:50821</guid><dc:creator>Rodolfo Carvalho</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/50821.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=50821</wfw:commentRss><description>Hi folks,

I&amp;#39;m having problems on attaching media items to an activity request, but it is not working.

The details:
I&amp;#39;m developing a MySpace IFrame app, which needs to attach some public images from app owner&amp;#39;s album (I&amp;#39;m a developer, not the owner).

Which is the format which I should pass the url for the method newMediaItem?</description></item><item><title>Auto activity publishing (missing images)</title><link>http://developer.myspace.com/community/forums/thread/50346.aspx</link><pubDate>Wed, 08 Sep 2010 09:49:40 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:50346</guid><dc:creator>Grega</dc:creator><slash:comments>7</slash:comments><comments>http://developer.myspace.com/community/forums/thread/50346.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=50346</wfw:commentRss><description>Hi! I have activity publishing problem on one of my apps(id 158849).
The problem are images that are not being published to the stream if user has &amp;quot;Publish activities to my stream without prompting for approval each time&amp;quot; checked. Activity however is published but without images.

If user&amp;#39;s auto publish to stream  isn&amp;#39;t checked the images appear on confirmation popup and also in published activity on homepage.

Thanks for help !</description></item><item><title>opensocial.requestSendMessage function doesn't work</title><link>http://developer.myspace.com/community/forums/thread/50110.aspx</link><pubDate>Wed, 25 Aug 2010 12:04:56 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:50110</guid><dc:creator>.::TiTuS::.</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/50110.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=50110</wfw:commentRss><description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;We had made an application for posting messages over MySpace about 6months ago. But since the 13th of August the opensocial.requestSendMessage function doesn&amp;#39;t work for PROFILE, BLOG and notification targets.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you help me? (sorry for my poor english)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my application id : 179116&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tristan &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Publishing an Activity using the REST api through the C# SDK erroring with 401 Unathorized</title><link>http://developer.myspace.com/community/forums/thread/49709.aspx</link><pubDate>Mon, 09 Aug 2010 16:54:02 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:49709</guid><dc:creator>Anna</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/49709.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=49709</wfw:commentRss><description>&lt;p&gt;I am getting the following error when trying to post an activity &amp;quot;Application does not have permission to add new resources.&amp;quot; &lt;/p&gt;&lt;p&gt;(header x-opensocial-error: Application does not have permission to add new resources.) &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I called http://api.myspace.com/roa/09/activities/@me/@self/@app?format=xml with the xml below.&amp;nbsp; If I do a GET on the url it works and I get back information.&amp;nbsp; I checked my users permissions and every permission available was granted. &lt;/p&gt;&lt;p&gt;&amp;lt;Activity xmlns=\&amp;quot;http://ns.opensocial.org/2008/opensocial\&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;osapi test activity at&amp;lt;/title&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;osapi test activity body&amp;lt;/body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;templateParams&amp;gt;&amp;lt;msParameters&amp;gt;&amp;lt;/msParameters&amp;gt;&amp;lt;/templateParams&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;titleId&amp;gt;TemplateTest&amp;lt;/titleId&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/Activity&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;My application (190897)and my template are both &amp;quot;Live&amp;quot; &lt;/p&gt;&lt;p&gt;Any help would be appreciated. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Errors publishing to activity streams with activity templates</title><link>http://developer.myspace.com/community/forums/thread/49202.aspx</link><pubDate>Mon, 19 Jul 2010 16:23:25 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:49202</guid><dc:creator>GetGlue</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/49202.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=49202</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m getting error responses when calling the requestCreateActivity method to post an activity to the stream.&lt;/p&gt;&lt;p&gt;&amp;nbsp;The error I&amp;#39;m getting is this: &amp;quot;You do not have permission to send an activities. Send updates to friends permission is required.&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp;The activity template I&amp;#39;m using is published, and also works without issue for other users. It is just myself that is seeing the error. Is it a problem with my account? Thanks for any help. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Empty 409 response when posting Activities</title><link>http://developer.myspace.com/community/forums/thread/49051.aspx</link><pubDate>Tue, 13 Jul 2010 19:03:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:49051</guid><dc:creator>Matt</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/49051.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=49051</wfw:commentRss><description>I&amp;#39;m trying to post an activity, and I frequently get 409 responses with no body. Here&amp;#39;s an example request and response (with Authorization and CLIENT-IP headers omitted).&lt;br /&gt;
&lt;br /&gt;
==== REQUEST ====&lt;br /&gt;
POST /roa/09/activities/@me/@self/@app&lt;br /&gt;
&lt;br /&gt;
Host: opensocial.myspace.com&lt;br /&gt;
X-Shindig-AuthType: oauth&lt;br /&gt;
Content-Type: application/json&lt;br /&gt;
Pragma: no-cache&lt;br /&gt;
X-shindig-dos: on&lt;br /&gt;
&lt;br /&gt;
{&amp;quot;id&amp;quot;:&amp;quot;myspace.com.activity.-1&amp;quot;,&amp;quot;templateParams&amp;quot;:{&amp;quot;msParameters&amp;quot;:[{&amp;quot;key&amp;quot;:&amp;quot;title&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;tries yet again&amp;quot;},{&amp;quot;key&amp;quot;:&amp;quot;body&amp;quot;,&amp;quot;value&amp;quot;:&amp;quot;bodyless&amp;quot;}]},&amp;quot;titleId&amp;quot;:&amp;quot;Template_2&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
==== RESPONSE ====&lt;br /&gt;
HTTP/1.1 409&lt;br /&gt;
&lt;br /&gt;
Accept-Encoding: gzip&lt;br /&gt;
Cache-Control: private&lt;br /&gt;
Content-Length: 0&lt;br /&gt;
Date: Tue, 13 Jul 2010 18:45:32 GMT&lt;br /&gt;
Host: opensocial.myspace.com&lt;br /&gt;
Pragma: no-cache&lt;br /&gt;
Server: Microsoft-IIS/7.5&lt;br /&gt;
User-Agent: Mozilla/5.0 (compatible) Feedfetcher-Google; (+http://www.google.com/feedfetcher.html)&lt;br /&gt;
Via: HTTP/1.1 GWA&lt;br /&gt;
X-Google-Cache-Control: remote-fetch&lt;br /&gt;
X-Server: 2e7171e4cb7f76482430d0637f18cd2a9933d6209fd90ace&lt;br /&gt;
X-shindig-dos: on&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&lt;br /&gt;
&lt;br /&gt;
What does this response mean? What is the conflict? By the way, sometimes this results in a successful post, and sometimes not. The application ID is 186185.&lt;br /&gt;
&lt;br /&gt;
Thanks</description></item><item><title>Activity erratic behaviour?</title><link>http://developer.myspace.com/community/forums/thread/47554.aspx</link><pubDate>Tue, 13 Apr 2010 12:04:57 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:47554</guid><dc:creator>Alex</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/47554.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=47554</wfw:commentRss><description>&lt;p&gt;Hello, I&amp;#39;ve created a test app which uses the opensocial js to create activities. &lt;/p&gt;&lt;p&gt;The activities created are not always visible on the activity stream page although the status returned is succes (e.g. hadErrors = false ).&lt;/p&gt;&lt;p&gt;The aggregate activity also don&amp;#39;t seem to work on my test app even though I &amp;#39;enabled&amp;#39; the template to show aggregate activity.&lt;/p&gt;&lt;p&gt;Sometimes the activity shows up instantly, sometime it doesn&amp;#39;t show at all.&lt;/p&gt;&lt;p&gt;Need some advice here&amp;nbsp;[:&amp;#39;(] &lt;br /&gt;&lt;/p&gt;</description></item><item><title>use external template?</title><link>http://developer.myspace.com/community/forums/thread/47164.aspx</link><pubDate>Tue, 23 Mar 2010 16:47:15 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:47164</guid><dc:creator>Alexander</dc:creator><slash:comments>5</slash:comments><comments>http://developer.myspace.com/community/forums/thread/47164.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=47164</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi&lt;/p&gt;&lt;p&gt;is there a possibility to use activities without the myspace template generator?&lt;/p&gt;&lt;p&gt;i would like to use the activity also on another social media plattform.&lt;/p&gt;&lt;p&gt;&amp;nbsp;i tried writing my own template using&amp;nbsp;&lt;/p&gt;&lt;p&gt;params[opensocial.Activity.Field.TITLE_ID] = &amp;quot;LISTEN_TO_THIS_SONG&amp;quot;;&lt;/p&gt;&lt;p&gt;// mesage bundle in module prefs &lt;/p&gt;&lt;p&gt;&amp;lt;messagebundle&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;msg name=&amp;quot;LISTEN_TO_THIS_SONG&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; listen to a song!&lt;br /&gt;&amp;nbsp;&amp;lt;/msg&amp;gt;&lt;br /&gt;&amp;lt;/messagebundle&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;but there&amp;#39;s always the error:&lt;/p&gt;&lt;p&gt;&amp;quot; Template &amp;#39;LISTEN_TO_THIS_SONG&amp;#39; is not defined for AppId 182799&amp;quot; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;maybe someone can help me out. &lt;/p&gt;</description></item><item><title>Max 160 = not more than 160 (including white space)</title><link>http://developer.myspace.com/community/forums/thread/47074.aspx</link><pubDate>Thu, 18 Mar 2010 19:51:04 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:47074</guid><dc:creator>&amp;amp;</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/47074.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=47074</wfw:commentRss><description>&lt;p&gt;Hey folks, (and Playdom) &lt;/p&gt;
&lt;p&gt;When you raise activities make sure you stay under the restrictions. So title is max 160 and that includes white space (line breaks, returns, \r\n etc) &lt;/p&gt;
&lt;p&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:11px verdana;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="BORDER-COLLAPSE:collapse;WHITE-SPACE:nowrap;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;" class="Apple-style-span"&gt;Details for App 104283, Template first_mission_completed, Code ExceedTitleDisplayText, &lt;/span&gt;&lt;/span&gt;&lt;span style="WIDOWS:2;TEXT-TRANSFORM:none;TEXT-INDENT:0px;BORDER-COLLAPSE:separate;FONT:11px verdana;WHITE-SPACE:normal;ORPHANS:2;LETTER-SPACING:normal;WORD-SPACING:0px;-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;-webkit-text-decorations-in-effect:none;-webkit-text-size-adjust:auto;-webkit-text-stroke-width:0px;" class="Apple-style-span"&gt;&lt;span style="BORDER-COLLAPSE:collapse;WHITE-SPACE:nowrap;-webkit-border-horizontal-spacing:2px;-webkit-border-vertical-spacing:2px;" class="Apple-style-span"&gt;Message = Template title &amp;#39;Brian Morales Sr. has completed the &amp;amp;quot;Convenience Store Robbery&amp;amp;quot; mission in Mobsters.&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;Play Mobsters, commit&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;missions, and build your own global crime syndicate!&amp;#39; exceeds the max visible length of 160.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Just remove your line breaks and you should be good&lt;/p&gt;</description></item><item><title>Multiple activities of the same template are not posting</title><link>http://developer.myspace.com/community/forums/thread/46824.aspx</link><pubDate>Thu, 11 Mar 2010 00:25:16 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:46824</guid><dc:creator>Dmitry Semenov</dc:creator><slash:comments>9</slash:comments><comments>http://developer.myspace.com/community/forums/thread/46824.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=46824</wfw:commentRss><description>Hi,


I call the same procedure to post the activity
http://screencast.com/t/MjJmY2IzNDI


I expect several of them appeared, but the problem is that I&amp;#39;m getting only one all the time. It rewrites the previous one. Saying &amp;quot;Posted: x seconds ago&amp;quot;

how can I have multiple activities posted?



&lt;code&gt;
$batch = $this-&amp;gt;osapi-&amp;gt;newBatch();// Create an activity (you could add osapiMediaItems to this btw)
$activity = new osapiActivity(null, null);
$activity-&amp;gt;setField(&amp;#39;title&amp;#39;, &amp;#39;osapi test activity at &amp;#39; . time());
$activity-&amp;gt;setField(&amp;#39;body&amp;#39;, &amp;#39;osapi test activity body&amp;#39;);// Myspace requires some addtional things to be set.
$msParameters = array();
$msParameters[ = array(&amp;quot;key&amp;quot;=&amp;gt;&amp;quot;subject&amp;quot;, &amp;quot;value&amp;quot;=&amp;gt;$subject);
$msParameters[ = array(&amp;quot;key&amp;quot;=&amp;gt;&amp;quot;message&amp;quot;, &amp;quot;value&amp;quot;=&amp;gt;$message);
$activity-&amp;gt;setField(&amp;#39;templateParams&amp;#39;, $msParameters);
$activity-&amp;gt;setField(&amp;#39;titleId&amp;#39;, &amp;#39;Template_1&amp;#39;);
$create_params = array(&amp;#39;userId&amp;#39; =&amp;gt; $playerID, &amp;#39;groupId&amp;#39; =&amp;gt; &amp;#39;@self&amp;#39;, &amp;#39;activity&amp;#39; =&amp;gt; $activity, &amp;#39;appId&amp;#39; =&amp;gt; $this-&amp;gt;fv[&amp;#39;appid&amp;#39;]);
$batch-&amp;gt;add($this-&amp;gt;osapi-&amp;gt;activities-&amp;gt;create($create_params), &amp;#39;createActivity&amp;#39;);
$result = $batch-&amp;gt;execute();
&lt;code&gt;</description></item><item><title>Friends Activities are not shown</title><link>http://developer.myspace.com/community/forums/thread/46292.aspx</link><pubDate>Sun, 14 Feb 2010 20:21:14 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:46292</guid><dc:creator>AppBuilder</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/46292.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=46292</wfw:commentRss><description>&lt;p&gt;The &amp;quot;Friends Activities&amp;quot; API feature does not work as described here:&lt;br /&gt;&lt;a href="http://wiki.developer.myspace.com/index.php?title=Standards_for_Activity_Streams"&gt;http://wiki.developer.myspace.com/index.php?title=Standards_for_Activity_Streams&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The user I am testing is id#417568345. The friend is id#357078459.&lt;/p&gt;
&lt;p&gt;To test these features, I performed the following actions to the friend of the user that I am testing:&lt;br /&gt;1. New App Added&lt;br /&gt;2. New Group Added&lt;br /&gt;3. Bulletin Added&lt;/p&gt;
&lt;p&gt;None of the &amp;quot;Friends Activities&amp;quot; are returned by the /v1/users/{userId}/friends/activities.atom function. Here is the XML that is received:&lt;br /&gt;---------------------------------&lt;br /&gt;&amp;lt;feed xml:lang=&amp;quot;en-US&amp;quot; xml:base=&amp;quot;&lt;a href="http://api.myspace.com/v1/users/417568345/friends/activities.atom"&gt;http://api.myspace.com/v1/users/417568345/friends/activities.atom&lt;/a&gt;&amp;quot; xmlns=&amp;quot;&lt;a href="http://www.w3.org/2005/Atom%22%3E%3Ctitle"&gt;http://www.w3.org/2005/Atom&amp;quot;&amp;gt;&amp;lt;title&lt;/a&gt; type=&amp;quot;text&amp;quot;&amp;gt;Recent activities from your MySpace friends.&amp;lt;/title&amp;gt;&amp;lt;subtitle type=&amp;quot;text&amp;quot;&amp;gt;This feed contains all of the activities for the friends you are subscribed to on MySpace&amp;lt;/subtitle&amp;gt;&amp;lt;id&amp;gt;tag:myspace.com,2009:/user/417568345/friends/activities&amp;lt;/id&amp;gt;&amp;lt;rights type=&amp;quot;text&amp;quot;&amp;gt;Copyright (c) 2003-2009, MySpace.com&amp;lt;/rights&amp;gt;&amp;lt;updated&amp;gt;2010-02-14T20:15:52Z&amp;lt;/updated&amp;gt;&amp;lt;generator&amp;gt;FriendActivitiesSyndicationFeedFactory.1.1&amp;lt;/generator&amp;gt;&amp;lt;link rel=&amp;quot;self&amp;quot; href=&amp;quot;&lt;a href="http://api.myspace.com/v1/users/417568345/friends/activities.atom%22%3E%3C/A%3E%3C/feed"&gt;http://api.myspace.com/v1/users/417568345/friends/activities.atom&amp;quot;/&amp;gt;&amp;lt;/feed&lt;/a&gt;&amp;gt;&lt;br /&gt;---------------------------------&lt;/p&gt;
&lt;p&gt;The following Activities are not even displayed on the Friends/Activity Stream page (when logged into MySpace):&lt;br /&gt;1. New App Added&lt;br /&gt;2. New Group Added&lt;/p&gt;
&lt;p&gt;What is really odd is that the &amp;quot;App&amp;quot; and &amp;quot;Group&amp;quot; activities ARE displayed when &amp;quot;Top Friends&amp;quot; is selected, but not when &amp;quot;All Friends&amp;quot; is selected. &lt;br /&gt;Isn&amp;#39;t &amp;quot;Top Friends&amp;quot; supposed to be a subset of &amp;quot;All Friends&amp;quot;?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Can I get Activities for users other than the current user?</title><link>http://developer.myspace.com/community/forums/thread/46293.aspx</link><pubDate>Mon, 15 Feb 2010 00:34:06 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:46293</guid><dc:creator>AppBuilder</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/46293.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=46293</wfw:commentRss><description>&lt;p&gt;Your documentation states that the activities API does the following: &amp;quot;Returns activities associated with the user specified by userId&amp;quot;:&lt;br /&gt;&lt;a href="http://wiki.developer.myspace.com/index.php?title=GET_v1_users_userId_activities"&gt;http://wiki.developer.myspace.com/index.php?title=GET_v1_users_userId_activities&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If I submit any userid other than the current user, I get a &amp;quot;permission denied&amp;quot; message.&lt;/p&gt;
&lt;p&gt;Is there any method to retrieve data for users other than the current user?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Activities and media items</title><link>http://developer.myspace.com/community/forums/thread/45793.aspx</link><pubDate>Thu, 21 Jan 2010 10:23:51 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:45793</guid><dc:creator>Ellis</dc:creator><slash:comments>6</slash:comments><comments>http://developer.myspace.com/community/forums/thread/45793.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=45793</wfw:commentRss><description>&lt;p&gt;My application is live and activities only seem to work for myself as a developer.&amp;nbsp; The rest of our users are not seeing them at all on their home page or on profile pages, even though they are getting prompted by MySpace and posting the activity without error.&amp;nbsp; I have a feeling this has to do with media items attached to the activity.&amp;nbsp; There are three possibilities for locations of media items:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Application account album&lt;/li&gt;&lt;li&gt;Developer account album&lt;/li&gt;&lt;li&gt;Regular user account album&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Right now we are using media items located in a fully public regular user&amp;#39;s album.&amp;nbsp; Is this not possible?&amp;nbsp; If not, should they be in a developer&amp;#39;s album or in the application&amp;#39;s album?&amp;nbsp; Also, why is no error being displayed if these activites are not being posted?&lt;/p&gt;&lt;p&gt;&amp;nbsp;By the way, we are using IFPC to post the activities if this makes any difference. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;- Ellis &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Photo Uploading myspace API </title><link>http://developer.myspace.com/community/forums/thread/38016.aspx</link><pubDate>Thu, 26 Mar 2009 13:23:48 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:38016</guid><dc:creator>Murugesan</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/38016.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=38016</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am integrating&amp;nbsp; photo upload API with myspace. Till now, i am not getting any sample code (or) library for uploading photos from our server to our myspace profile. Is anyone know anything about this ?. (or) Any one having a sample code for this ?. If so, please reply me with that.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advance. &lt;/p&gt;&lt;p&gt;- Murugesan &lt;br /&gt;&lt;/p&gt;</description></item><item><title>unable to save/preview activity templates</title><link>http://developer.myspace.com/community/forums/thread/42532.aspx</link><pubDate>Fri, 31 Jul 2009 00:25:29 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42532</guid><dc:creator>Caca</dc:creator><slash:comments>17</slash:comments><comments>http://developer.myspace.com/community/forums/thread/42532.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=42532</wfw:commentRss><description>&lt;p&gt;I keep getting the following error when trying to save or preview my activity template:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span id="ajaxmessage"&gt;Could not update template: href value does not match http://*.myspace.com/* ; href value does not match http://*.myspace.com/*&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My template contains 2 different URLs of the form &lt;i&gt;&amp;lt;a href=&amp;quot;http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=...&amp;gt;&lt;/i&gt; so I don&amp;#39;t understand what the problem is. I even get that error when I save my existing templates without even modifying them, so it appears as though something has changed on myspace&amp;#39;s end.&lt;/p&gt;&lt;p&gt;Thanks in advance for looking into this.&lt;/p&gt;&lt;p&gt;Ed &lt;br /&gt;&lt;/p&gt;</description></item><item><title>is it possible to send notification to mySpace friends using FacebookID application in asp.net(c#) ??</title><link>http://developer.myspace.com/community/forums/thread/42500.aspx</link><pubDate>Thu, 30 Jul 2009 11:49:49 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42500</guid><dc:creator>Biraj</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/42500.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=42500</wfw:commentRss><description>I have developed application in asp.net(c#) using open oAuth(and also in oAuth) with MySPaceId.
I want to send notification to mySpace friends.
&lt;b&gt;or SendNotification only works with onsite ??&lt;/b&gt;</description></item><item><title>Notification events to friends from my app</title><link>http://developer.myspace.com/community/forums/thread/43868.aspx</link><pubDate>Mon, 26 Oct 2009 19:55:06 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43868</guid><dc:creator>Adrian</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/43868.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=43868</wfw:commentRss><description>&lt;p&gt;hello,&lt;/p&gt;&lt;p&gt;How can I send notification events to friends from my app... i can not find any workable solution ....&lt;/p&gt;&lt;p&gt;tnx! &lt;img src="http://developer.myspace.com/Community/emoticons/emotion-8.gif" alt="Indifferent" /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Retrieving Activities</title><link>http://developer.myspace.com/community/forums/thread/28878.aspx</link><pubDate>Fri, 21 Nov 2008 06:20:15 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:28878</guid><dc:creator>&amp;amp;</dc:creator><slash:comments>8</slash:comments><comments>http://developer.myspace.com/community/forums/thread/28878.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=28878</wfw:commentRss><description>&lt;p&gt;Application activity events from your friends will be shown on&amp;nbsp;your Home Page and on&amp;nbsp;your Friend Update page. Your Home Page will show a maximun of 50% of application events, and you will compete for this real estate with your fellow application developers. There is not much control you have in this area. &lt;/p&gt;
&lt;p&gt;You can also retrieve your events from your own application and show this on the application canvas page or on the profile page. Here is a little code sample that uses some jQuery to render the results:&lt;/p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;span&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#000000"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;id&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;status&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;span&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;form&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;fieldset&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;label&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;for&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;whom&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;Get application events for &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;label&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;input&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;type&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;radio&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;name&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;whom&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;value&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;viewer&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;checked&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;true&amp;quot;/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;viewer&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;input&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;type&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;radio&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;name&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;whom&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;value&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;owner&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;or owner&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;nbsp;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;label&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;for&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;justMyEvents&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;; show my events only&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;label&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;input&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;type&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;checkbox&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;name&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;justMyEvents&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;value&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;true&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;/&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;fieldset&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;br /&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;form&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt; 
&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&amp;lt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;div&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;id&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;activiesFeed&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;div&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;div&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;id&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;feedTxtToHtml&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;div&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;br /&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;script&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;type&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;text/javascript&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#ff0000"&gt;&lt;font size="2" color="#ff0000"&gt;src&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;script&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;script&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;&lt;font size="2"&gt;function&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; getActivities(){ &lt;br /&gt;&amp;nbsp;&amp;nbsp; $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#activiesFeed&amp;quot;&lt;/font&gt;&lt;/font&gt;).html(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; showViewer = $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;input[@name=whom]:checked&amp;quot;&lt;/font&gt;&lt;/font&gt;).val() == &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;#39;viewer&amp;#39;&lt;/font&gt;&lt;/font&gt;; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; justMyEvents = $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;input[@name=justMyEvents]:checked&amp;quot;&lt;/font&gt;&lt;/font&gt;).val() == &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;#39;true&amp;#39;&lt;/font&gt;&lt;/font&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; idspec = opensocial.newIdSpec();&lt;/font&gt;&lt;font size="2"&gt; 
&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;nbsp;&amp;nbsp; if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (showViewer) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idspec.setField(opensocial.IdSpec.Field.USER_ID, opensocial.IdSpec.PersonId.VIEWER);&lt;br /&gt;&amp;nbsp;&amp;nbsp; } &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;else&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idspec.setField(opensocial.IdSpec.Field.USER_ID, opensocial.IdSpec.PersonId.OWNER);&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;nbsp;&amp;nbsp; if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (justMyEvents) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idspec.setField(opensocial.IdSpec.Field.NETWORK_DISTANCE, 0);&lt;br /&gt;&amp;nbsp;&amp;nbsp; } &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;else&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; idspec.setField(opensocial.IdSpec.Field.NETWORK_DISTANCE, 1);&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;nbsp; var&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; dataRequest = opensocial.newDataRequest();&lt;br /&gt;&amp;nbsp; dataRequest.add(dataRequest.newFetchActivitiesRequest(idspec, &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;activity&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;));&lt;br /&gt;&amp;nbsp; dataRequest.send(processActivities);&lt;br /&gt;}&lt;/font&gt;&lt;font size="2"&gt; 
&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;function&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; processActivities(response){&lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;try&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; activitiesData = MyOpenSpace.RequestType.FETCH_ACTIVITIES;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (response.hadError() || response.&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;get&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(activitiesData).hadError()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (response.&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;get&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;(activitiesData).getErrorCode() == opensocial.ResponseItem.Error.UNAUTHORIZED) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;#status&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;).html(&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Unauthorized; requesting user for permission.&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; requestUserToReceiveActivities();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;return&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;if&lt;/font&gt;&lt;/font&gt; (response.&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;get&lt;/font&gt;&lt;/font&gt;(activitiesData).hadError()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#status&amp;quot;&lt;/font&gt;&lt;/font&gt;).html(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;Error getting activities&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#status&amp;quot;&lt;/font&gt;&lt;/font&gt;).append(response.&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;get&lt;/font&gt;&lt;/font&gt;(activitiesData).getErrorCode());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#status&amp;quot;&lt;/font&gt;&lt;/font&gt;).append(response.&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;get&lt;/font&gt;&lt;/font&gt;(activitiesData).getErrorMessage());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#status&amp;quot;&lt;/font&gt;&lt;/font&gt;).append(response.getErrorMessage());&lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;} &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;else&lt;/font&gt;&lt;/font&gt; {&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; receivedData = response.&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;get&lt;/font&gt;&lt;/font&gt;(activitiesData).getData();&lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#activiesFeed&amp;quot;&lt;/font&gt;&lt;/font&gt;).append(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;ol&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;for&lt;/font&gt;&lt;/font&gt; (&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; item &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;in&lt;/font&gt;&lt;/font&gt; receivedData.asArray()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; timeTxt = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;postedTime&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;font color="#008000"&gt;&lt;font color="#008000"&gt;&lt;font size="2"&gt;// note: iconUrl is missing, but that would just be your regular icon for the app.&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; iconUrl = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;streamFavIconUrl&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; userId = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;userId&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; titleId = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;titleId&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; appId = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;appId&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; titleTxt = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;title&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; bodyTxt = receivedData.asArray()[item].getField(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;body&amp;quot;&lt;/font&gt;&lt;/font&gt;); &lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;var&lt;/font&gt;&lt;/font&gt; oneUpdate = &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;if&lt;/font&gt;&lt;/font&gt; (bodyTxt != &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;null&lt;/font&gt;&lt;/font&gt; &amp;amp;&amp;amp; bodyTxt.length &amp;gt; 0){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;oneUpdate = &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;li&amp;gt; on &amp;quot;&lt;/font&gt;&lt;/font&gt; + timeTxt.substring(0,16) + &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;: &amp;lt;div&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt; + $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#feedTxtToHtml&amp;quot;&lt;/font&gt;&lt;/font&gt;).html(titleTxt).text() + &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;br/&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt; + $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#feedTxtToHtml&amp;quot;&lt;/font&gt;&lt;/font&gt;).html(bodyTxt).text() + &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;} &lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;else&lt;/font&gt;&lt;/font&gt; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;oneUpdate = &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;li&amp;gt; on &amp;quot;&lt;/font&gt;&lt;/font&gt; + timeTxt.substring(0,16) + &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;: &amp;lt;div&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt; + $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#feedTxtToHtml&amp;quot;&lt;/font&gt;&lt;/font&gt;).html(titleTxt).text() + &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt;; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;} &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&amp;nbsp; $(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#activiesFeed&amp;quot;&lt;/font&gt;&lt;/font&gt;).append(oneUpdate); &lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="2"&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#activiesFeed&amp;quot;&lt;/font&gt;&lt;/font&gt;).append(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;/ol&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000"&gt;&lt;font color="#008000"&gt;&lt;font size="2"&gt;//make sure all hyperlinks get out of the iframe&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#activiesFeed a&amp;quot;&lt;/font&gt;&lt;/font&gt;).attr(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;target&amp;quot;&lt;/font&gt;&lt;/font&gt;, &lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;_blank&amp;quot;&lt;/font&gt;&lt;/font&gt;);&lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;font color="#008000"&gt;&lt;font color="#008000"&gt;&lt;font size="2"&gt;//hide the helper dom object. &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#feedTxtToHtml&amp;quot;&lt;/font&gt;&lt;/font&gt;).hide();&lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;catch&lt;/font&gt;&lt;/font&gt; (any){&lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;$(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;#status&amp;quot;&lt;/font&gt;&lt;/font&gt;).html(&lt;font color="#a31515"&gt;&lt;font color="#a31515"&gt;&amp;quot;&amp;lt;span style=&amp;#39;color:red&amp;#39;&amp;gt;ERROR with rendering the feed.&amp;lt;/span&amp;gt;&amp;quot;&lt;/font&gt;&lt;/font&gt;); &lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="2"&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;function&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; requestUserToSentActivities(){&lt;br /&gt;&amp;nbsp;&lt;font color="#008000"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;opensocial.requestPermission([MyOpenSpace.Permission.VIEWER_SEND_UPDATES_TO_FRIENDS], &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;Let your friends know what you are doing.&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, checkPermissionResponseSent);&lt;br /&gt;}&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;function&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; requestUserToReceiveActivities(){&lt;br /&gt;&amp;nbsp; opensocial.requestPermission([MyOpenSpace.Permission.VIEWER_SHOW_UPDATES_FROM_FRIENDS], &lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;&amp;quot;See what your friends are doing with this app!&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, checkPermissionResponseReceive);&lt;br /&gt;}&lt;/font&gt;&lt;font size="2"&gt; &lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;function&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; checkPermissionResponseSent(){&lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="2" color="#008000"&gt;&lt;font size="2" color="#008000"&gt;//This does get called, but don&amp;#39;t use alert statements. They are filtered by the container&lt;/font&gt;&lt;/font&gt;&lt;br /&gt;&lt;font size="2"&gt;&lt;br /&gt;}&lt;/font&gt;&lt;font size="2"&gt; &lt;br /&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;br /&gt;function&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; checkPermissionResponseReceive(){&lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2" color="#008000"&gt;//This does get called, but don&amp;#39;t use alert statements. They are filtered by the container&lt;/font&gt;&lt;br /&gt;}&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;font size="2" color="#a31515"&gt;script&lt;/font&gt;&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" color="#0000ff"&gt;&lt;font size="2" color="#0000ff"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>New Error 'MessageType is not supported'</title><link>http://developer.myspace.com/community/forums/thread/35398.aspx</link><pubDate>Tue, 03 Feb 2009 02:40:38 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:35398</guid><dc:creator>Mike Papper</dc:creator><slash:comments>7</slash:comments><comments>http://developer.myspace.com/community/forums/thread/35398.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=80&amp;PostID=35398</wfw:commentRss><description>&lt;p&gt;My activity feed code was working and on Friday it stopped. Today (Monday Feb 2) I see this error:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;span class="objectBox objectBox-text"&gt;MessageType is not supported&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this related to the recenty posted issues by Marco?&lt;/p&gt;&lt;p&gt;&amp;nbsp;If not, what does this error mean? &lt;/p&gt;&lt;p&gt;Mike &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Heres the code:&lt;/p&gt;&lt;p&gt;&amp;nbsp;var params[opensocial.Activity.Field.TEMPLATE_PARAMS] = {&amp;quot;body0&amp;quot;:body0, &amp;quot;body1&amp;quot;:body1, &amp;quot;body2&amp;quot;:body2};&lt;/p&gt;&lt;p&gt;var mediaItemArray = [;&lt;br /&gt;params[opensocial.Activity.Field.MEDIA_ITEMS] = mediaItemArray; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;var activity = opensocial.newActivity(params); &lt;br /&gt;&lt;/p&gt;&lt;p&gt;opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; function(data) {&lt;/p&gt;&lt;p&gt;... &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>