<?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>JavaScript/HTML - Container</title><link>http://developer.myspace.com/Community/forums/23.aspx</link><description>Discuss the OpenSocial container interface for MySpace.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>appParams - pagination</title><link>http://developer.myspace.com/Community/forums/thread/3201.aspx</link><pubDate>Sun, 09 Mar 2008 00:05:23 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:3201</guid><dc:creator>* Echannel Networks*</dc:creator><slash:comments>16</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/3201.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=3201</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been reading here that you can pass appParams to the script: &lt;a href="http://code.google.com/apis/orkut/docs/orkutdevguide.html#ops_paging"&gt;http://code.google.com/apis/orkut/docs/orkutdevguide.html#ops_paging&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I tried that with Canvas.aspx?appId=XXX&amp;amp;appParams=blah however I&amp;#39;m not getting anything.&lt;/p&gt;
&lt;p&gt;Does anybody have any working examples?&lt;/p&gt;</description></item><item><title>Script error on IE after Activities or notifications</title><link>http://developer.myspace.com/Community/forums/thread/44164.aspx</link><pubDate>Wed, 18 Nov 2009 14:01:07 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:44164</guid><dc:creator>Daniel Calife</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/44164.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=44164</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello, after the user send an activity or app invitation there is a script error that blocks all other server requests. This happens just on IE.&lt;/p&gt;&lt;p&gt;Have you had the same problem? How to fix it?&lt;/p&gt;&lt;p&gt;the code i use for activity is here;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;self.createTemplateActivity = function(id, variables, media, callback) {&lt;br /&gt;		if (self.activeRequest)&lt;br /&gt;			return false;&lt;br /&gt;		&lt;br /&gt;		self.activeRequest = true;&lt;br /&gt;		var params = {};&lt;br /&gt;		params[opensocial.Activity.Field.TITLE_ID] = id;&lt;br /&gt;		params[opensocial.Activity.Field.TEMPLATE_PARAMS] = variables;&lt;br /&gt;		params[opensocial.Activity.Field.MEDIA_ITEMS] = mountMedia(media);&lt;br /&gt;		&lt;br /&gt;		var activity = opensocial.newActivity(params);&lt;br /&gt;		opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH, dataLoaded);&lt;br /&gt;&lt;br /&gt;		function dataLoaded(response) {&lt;br /&gt;			//debug(response);&lt;br /&gt;			//for (var i in response) debug(i + &amp;quot; : &amp;quot; + response&lt;img src="http://developer.myspace.com/Community/emoticons/emotion-55.gif" alt="Idea" /&gt;);&lt;br /&gt;			var result = &amp;quot;0&amp;quot;;&lt;br /&gt;			if (!response.hadError()) {&lt;br /&gt;				result = &amp;quot;1&amp;quot;;&lt;br /&gt;			}&lt;br /&gt;			self.activeRequest = false;&lt;br /&gt;			callback(result);&lt;br /&gt;		}&lt;br /&gt;	};&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;Thank you,&lt;/p&gt;&lt;p&gt;calife &lt;br /&gt;&lt;/p&gt;</description></item><item><title>why can't i do a simple javascript alert in my application</title><link>http://developer.myspace.com/Community/forums/thread/43605.aspx</link><pubDate>Tue, 29 Sep 2009 23:18:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43605</guid><dc:creator>Cory</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43605.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43605</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m trying to add some bookmarking javascript code, but it doesnt seem like any of my javascript calls are actually working. I can&amp;#39;t even do a simple javascript alert. the same code works fine for facebook apps. what gives? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>permission objects</title><link>http://developer.myspace.com/Community/forums/thread/36020.aspx</link><pubDate>Thu, 12 Feb 2009 12:13:20 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:36020</guid><dc:creator>enc</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/36020.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=36020</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;&amp;nbsp;I try to make a simple app that checks wheather it has permission to view &amp;quot;VIEWER&amp;quot; info when user hasn&amp;#39;t installed the app and i always get the folowing exception: &lt;b&gt;uncaught exception: Invalid permission object.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;AppId: 127870&lt;/p&gt;&lt;p&gt;Any tips? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Gender of friends</title><link>http://developer.myspace.com/Community/forums/thread/43797.aspx</link><pubDate>Mon, 19 Oct 2009 12:54:20 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43797</guid><dc:creator>Matic</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43797.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43797</wfw:commentRss><description>Is there a way to get friends gender?
params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.GENDER];
doesn&amp;#39;t seem to work.</description></item><item><title>Installed app?</title><link>http://developer.myspace.com/Community/forums/thread/43811.aspx</link><pubDate>Wed, 21 Oct 2009 13:50:51 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43811</guid><dc:creator>Falcon</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43811.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43811</wfw:commentRss><description>&lt;p&gt;Then person visit canvas page of my app i must know install he my app on his profile. or just click on another person.?&lt;br /&gt;and why &amp;quot;&lt;a href="http://wiki.developer.myspace.com/index.php?title=Example_Application:_Hello_World" target="_blank"&gt;hello world&lt;/a&gt;&amp;quot; example works only when people who view my page have this app too. If he just view it and haven&amp;#39;t install it isn&amp;#39;t working.&lt;/p&gt;&lt;p&gt;beforehand thanks&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="border-collapse:separate;font-family:Verdana;font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;"&gt;&lt;span class="Apple-style-span" style="font-size:11px;white-space:pre-wrap;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Status And Mood Set/Update</title><link>http://developer.myspace.com/Community/forums/thread/43828.aspx</link><pubDate>Thu, 22 Oct 2009 19:08:24 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43828</guid><dc:creator>Groundrush</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43828.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43828</wfw:commentRss><description>&lt;p&gt;I have the javascript code to retrieve the mood and status in v0.8. Does anyone have and example or could point me in the right direction to update the mood and status using javascript.&lt;/p&gt;&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;function init() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var os = opensocial.Container.get();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var idSpec = opensocial.IdSpec.PersonId.VIEWER;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var req = os.newDataRequest();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var param = {};&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; param[os.newFetchPersonMoodRequest(idSpec)] = &amp;quot;test&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; req.add(os.newFetchPersonStatusRequest(idSpec), &amp;quot;newFetchPersonStatusRequest&amp;quot;) ;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; req.add(os.newFetchPersonMoodRequest(idSpec, param), &amp;quot;newFetchPersonMoodRequest&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; req.send(newFetchPersonStatusRequestCallback);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function newFetchPersonStatusRequestCallback(data)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var response = data.get(&amp;#39;newFetchPersonStatusRequest&amp;#39;).getData();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var response1 = data.get(&amp;#39;newFetchPersonMoodRequest&amp;#39;).getData();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;init();&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>opensocial_viewer_id == -1 ???  what does this mean?</title><link>http://developer.myspace.com/Community/forums/thread/8190.aspx</link><pubDate>Sun, 20 Apr 2008 22:04:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:8190</guid><dc:creator>Cyn</dc:creator><slash:comments>6</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/8190.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=8190</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m getting a small stream of views to the canvas where the GET variables are properly populated from makerequest, but every once in a while I get one where the opensocial_viewer_id is -1.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;What is this?&amp;nbsp; I can&amp;#39;t replicate this, so I don&amp;#39;t know how to handle it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just guessing:&amp;nbsp; I know there&amp;#39;s a condition where, after some time, you&amp;#39;ll get auto-logged out, but it still looks like you&amp;#39;re logged in.&amp;nbsp; Most profile stuff doesn&amp;#39;t care, but apps do.&amp;nbsp; Is that what&amp;#39;s going on? &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>request permissions</title><link>http://developer.myspace.com/Community/forums/thread/43933.aspx</link><pubDate>Mon, 02 Nov 2009 17:30:05 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43933</guid><dc:creator>Mahesh</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43933.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43933</wfw:commentRss><description>Hello guys,

I have an application in which I&amp;#39;m loading content from my website in an IFrame. From the IFrame, I&amp;#39;m trying to prompt the user to add the application like on this page - http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=124833. I&amp;#39;ve followed all the recommended steps, like adding the script tags to my code, and registering the required variables (panelId). However, no matter what I do, I can&amp;#39;t seem to get it to work. Here&amp;#39;s the code snippet inside my IFrame:

&lt;font face="Lucida Console" size="2"&gt;
			var perms = MyOpenSpace.Permission[&amp;#39;VIEWER_DISPLAY_ON_PROFILE&amp;#39;];
			var hasPerm = container.hasPermission(perms);
			alert(&amp;#39;has permissions: &amp;#39; + hasPerm);
			var reason = &amp;quot;Test permission request&amp;quot;;
			reqCallback = function (response)
			{
				alert(&amp;quot;call back!&amp;quot;);
			};
			if (!hasPerm) {
				alert(&amp;#39;about to call request permission, container:&amp;#39;  + container.requestPermission);
				container.requestPermission(perms, reason, reqCallback);
			}
&lt;/font&gt;

The first alert (inside the if block) appears. When I checked what was happening using Firebug, I noticed the error message &amp;quot;Unknown RPC service&amp;quot; right after the alert - on the line that says container.requestPermissions(....

Can anyone help please?</description></item><item><title>OAuth, getting it to work</title><link>http://developer.myspace.com/Community/forums/thread/3445.aspx</link><pubDate>Tue, 11 Mar 2008 00:19:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:3445</guid><dc:creator>► Ҝėvȋń ◄ ♂</dc:creator><slash:comments>26</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/3445.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=3445</wfw:commentRss><description>&lt;p&gt;No doubt there&amp;#39;s a lot of confusion in getting OAuth to work; it doesn&amp;#39;t help that you&amp;#39;re probably debugging against a boolean output.&amp;nbsp; Thought I&amp;#39;d share my fustrations and &amp;quot;tips&amp;quot; on how I was able to get it working, in the hopes of saving someone from jumping off a bridget :)&amp;nbsp;&amp;nbsp; Some of this is from other posts, some is original.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;Kevin&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Helpful links:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;OAuth Tool&lt;/strong&gt;: &lt;a href="http://developer.myspace.com/Modules/APIs/Pages/OAuthTool.aspx"&gt;http://developer.myspace.com/Modules/APIs/Pages/OAuthTool.aspx&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;OAuth Spec&lt;/strong&gt;: &lt;a href="http://developer.myspace.com/community/RestfulAPIs/authentication.aspx"&gt;http://developer.myspace.com/community/RestfulAPIs/authentication.aspx&lt;/a&gt;&amp;nbsp;(not so helpful)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;OAuth Standard&lt;/strong&gt;: &lt;a href="http://oauth.net/core/1.0/"&gt;http://oauth.net/core/1.0/&lt;/a&gt; (not necessary for those who just want it to work)&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Definitions:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="ForumPostContentText"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Consumer Key &lt;/strong&gt;- Application URI,&amp;nbsp;looks like http://www.myspace.com/123456789 - but you need to url encode it so that it&amp;#39;s recieved like: http%3A%2F%2Fwww.myspace.com%123456789&lt;/div&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;Consumer Secret&lt;/strong&gt; - Security Key, looks like&amp;nbsp; &lt;span id="ctl00_MainContentPlaceHolder_UcAppDomainInfo_lbSecurityKey"&gt;079b72r9z9884e17b6504f723a179c23&lt;/span&gt; &lt;/div&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;OAuth Token&lt;/strong&gt; - Is a request paramater, is indexed by &amp;quot;oauth_token&amp;quot; (ie, Request.params[&amp;quot;oauth_token&amp;quot;] &lt;/div&gt;
&lt;li&gt;
&lt;div&gt;&lt;strong&gt;OAuth Token Secret&lt;/strong&gt; - this is an empty string, &amp;nbsp;&amp;quot;&amp;quot;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;
&lt;p&gt;Consume key &amp;amp; consumer secret are both found in the My Apps / App Details page.&amp;nbsp; Never share the consumer secret key with anyone ;)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Pseudocode: &lt;br /&gt;&lt;/u&gt;&lt;/strong&gt;(found in many formums)&lt;/p&gt;
&lt;p&gt;string generatedStr = @&amp;quot;your generated string here&amp;quot;;&amp;nbsp; (samples below)&lt;br /&gt;string&amp;nbsp;key = UrlEncode(string.Format(&amp;quot;{0}&amp;amp;{1}&amp;quot;, UrlEncode(consumerSecret), UrlEncode(tokenSecret)));&lt;br /&gt;HashAlgorithm hashAlgorithm = new HMACSHA1(Encoding.UTF8.GetBytes(key));&lt;br /&gt;string computedHash =&amp;nbsp;Convert.ToBase64String(hashAlgorithm.ComputeHash(Encoding.UTF8.GetBytes(str))));&lt;br /&gt;return computedHash.compareTo(sentHash) == 0;&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;Cryptography Basics&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;p&gt;The goal is to compute a hash that matches the hash provided by the MySpace server...&lt;/p&gt;
&lt;p&gt;Keep in mind that purpose of this execise (of signing the request) - to keep the middle man out.&amp;nbsp; The spec allows no room for errors (even if it&amp;#39;s not published correctly), and all generated strings are case senstivie.&amp;nbsp; In the .Net platform, that means the default UrlEncode function actually generates the wrong case!!&amp;nbsp; So, yes, your generated string &amp;amp; keys have to be exact...&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;Debugging:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remove as much abstraction as possible, including environment, etc. Start with the OAuth tool, which will allow you to work against a constant set of paramaters.&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;use realistic values (yet keep them simple)&lt;/li&gt;
&lt;li&gt;Set the version to 1.0 (server does anyways)&lt;/li&gt;
&lt;li&gt;Take the string generated output (see sample base string &amp;amp; sample signature) and get it to work in your algorithm first!&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Sample Base String:&lt;br /&gt;&lt;/strong&gt;GET&amp;amp;http%3A%2F%2Fapi.myspace.com%2Fmystuff%2Fdynamic.aspx&amp;amp;oauth_consumer_key%3Dhttp%253A%252F%252Fwww.myspace.com%252F330069419%26oauth_nonce%3D987654321%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1205192397%26oauth_token%3DoauthToken%26oauth_version%3D1.0&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Signature:&lt;br /&gt;&lt;/strong&gt;azN0BCWSkoCyfDAMrl5JLpgSSac=&lt;/p&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Pain points so far - generating the &lt;strong&gt;&lt;em&gt;
&lt;h2 style="DISPLAY:inline;"&gt;EXACT&lt;/h2&gt;&lt;/em&gt;&lt;/strong&gt;&amp;nbsp;base string as the OAuth tool!&amp;nbsp; &lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;The generated base string includes whitespace (none), and casing (may not be correct if using system libraries).&amp;nbsp; This is by far the hardest part, so don&amp;#39;t bother moving forward without being able to replicating the generated string.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;I&amp;#39;d suggest using a tool like Beyond Compare (or other visual diff tool), where you split each line up by the = sign (encoded %26), so you can truly compare paramater by paramater.&amp;nbsp; It has to be &lt;strong&gt;&lt;em&gt;exact&lt;/em&gt;&lt;/strong&gt;!&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;I also had to double encode the consumer key to match the OAuth Tool&amp;#39;s base string.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Do not drop empty variables (ie, if a paramater is empty / null, you still need to include it)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;The normalized request paramaters are as follows:&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;start with all org paramaters provide&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;remove all OAuth paramaters except those needed by myspace (needed: &lt;font size="2"&gt;OAuthVersionKey, &lt;font size="2"&gt;OAuthNonceKey, &lt;font size="2"&gt;OAuthTimestampKey, &lt;font size="2"&gt;OAuthSignatureMethodKey, &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;OAuthConsumerKeyKey, &lt;font size="2"&gt;OAuthTokenKey)&lt;/div&gt;&lt;/li&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;li&gt;
&lt;div&gt;sort remaining paramaters alphabetically, numbers first, 0 before 1&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Unconfirmed: &amp;quot;(&amp;quot; and &amp;quot;)&amp;quot; characters may need to be encoded, this is true for other cryto projects i&amp;#39;ve done in the past.&amp;nbsp; I&amp;#39;ve seen forum posts stating as much.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;Each portion of the string is url encoded; not the entire string:&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;font size="2"&gt;httpMethod.ToUpper() + &amp;quot;&amp;amp;&amp;quot; +&amp;nbsp;UrlEncode(url) + &amp;quot;&amp;amp;&amp;quot; + UrlEncode(normalizedRequestParamaters)&lt;/font&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;Once you have a matching base string, now try to generate a signature.&amp;nbsp; The pseudocode to generate your own&amp;nbsp;signature is above.&amp;nbsp; Keep a look out for encoding (UTF8).&amp;nbsp; &lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;A sample key should match the following format: &amp;quot;&lt;span id="ctl00_MainContentPlaceHolder_UcAppDomainInfo_lbSecurityKey"&gt;079b72r9z9884e17b6504f723a179c23&amp;amp;&amp;quot; (note the trailing &amp;quot;&amp;amp;&amp;quot;)&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;If you don&amp;#39;t have the OAuth signature, then you&amp;#39;ve already gone wrong; no need to consider other environmental problems.&amp;nbsp; Repeat debugging until you get this far.&amp;nbsp; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;&lt;strong&gt;double&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;tripple&lt;/em&gt;&lt;/strong&gt;, check your base generated string to the one provided by the OAuth tool.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;
&lt;div&gt;From here, it&amp;#39;s time to move against the MySpace server.&amp;nbsp; It shouldn&amp;#39;t be too hard, other then each request will be different from the previous - that is, the timestamp will always be different, so you can no longer hard code anything; all variables must come from the request that originated at MySpace.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Also, consider that the OAuth tool, even with the same variables that the myspace server send, will generate a different signature.&amp;nbsp; This is because there are extra paramaters, that can not be input into the OAuth tool (ie, viewer_id, owner_id, etc). So it&amp;#39;s time to leave it behind&amp;nbsp; :)&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;At this time, you&amp;#39;re flying somewhat blind.&amp;nbsp; But, as long as you can normalize your parameters properly, you should be OK... But:&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Certain characters (?, &amp;amp;, (, ), %, etc) may cause problems - try them in the OAuth tool to see if you can get an exact match with your generated string &amp;amp; signature. &lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;OK, that&amp;#39;s it for now.&amp;nbsp; Hopefully this thread will remain useful / grow with time.&amp;nbsp; I can say, that OAuth is possible, but it&amp;#39;s important to get the simple steps working first... &lt;/p&gt;
&lt;p&gt;Good luck!&lt;br /&gt;~Kevin&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Activity error</title><link>http://developer.myspace.com/Community/forums/thread/43769.aspx</link><pubDate>Wed, 14 Oct 2009 16:17:15 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43769</guid><dc:creator>Steve</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43769.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43769</wfw:commentRss><description>&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;function activities() {&lt;br /&gt;var params = {};&lt;br /&gt;params[opensocial.Activity.Field.TITLE_ID] = &amp;quot;Mytemplate&amp;quot;;&lt;br /&gt;params[opensocial.Activity.Field.TEMPLATE_PARAMS] = {};&lt;br /&gt;&lt;br /&gt;var mediaItemArray = [;&lt;br /&gt;mediaItemArray.push(opensocial.newMediaItem(&amp;quot;&amp;quot;, &amp;quot;http://c2.ac-images.myspacecdn.com/images02/62/l_d54d0fdc425045cc9a7f13e151f9fe99.png&amp;quot;));&lt;br /&gt;params[opensocial.Activity.Field.MEDIA_ITEMS] = mediaItemArray;&lt;br /&gt;&lt;br /&gt;var activity = opensocial.newActivity(params);&lt;br /&gt;opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH, callback);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function callback(data) {&lt;br /&gt;&amp;nbsp; if (data.hadError()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&amp;quot;There was a problem:&amp;quot; + data.getErrorCode());&lt;br /&gt;&amp;nbsp; } else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; output(&amp;quot;Ok&amp;quot;);&lt;br /&gt;&amp;nbsp;document.write(&amp;quot;fdfdfd&amp;quot;);&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;};&lt;br /&gt;activities();&lt;br /&gt;&amp;lt;/script&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;its not really a bug...&amp;nbsp; all pictures except user photos dont work&lt;/p&gt;&lt;p&gt;any insite or help &lt;br /&gt;&lt;/p&gt;</description></item><item><title>How do I fetch data by ID?</title><link>http://developer.myspace.com/Community/forums/thread/3923.aspx</link><pubDate>Thu, 13 Mar 2008 01:18:49 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:3923</guid><dc:creator>Darrell (SNAP Interactive)</dc:creator><slash:comments>8</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/3923.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=3923</wfw:commentRss><description>&lt;p&gt;For example, i see from the docs that there is a getById() function, but to which object does this function belong?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;i&gt;&amp;nbsp; var thumbnailRequest = dataRequest.newFetchPeopleRequest(opensocial.Person.Field.THUMBNAIL_URL.getById(PersonID));&amp;nbsp;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;This doesn&amp;#39;t work - the error is:&lt;/p&gt;&lt;p&gt;&lt;span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;i&gt;opensocial.Person.Field.THUMBNAIL_URL.getById is not a function&lt;/i&gt;&lt;/span&gt; &lt;/p&gt;&lt;p&gt;Can someone point me in the right direction?&lt;/p&gt;&lt;p&gt;Thanks...&amp;nbsp;&lt;/p&gt;</description></item><item><title>opensocial-actionscript-client</title><link>http://developer.myspace.com/Community/forums/thread/43701.aspx</link><pubDate>Fri, 09 Oct 2009 10:19:27 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43701</guid><dc:creator>Ellis</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43701.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43701</wfw:commentRss><description>&lt;p&gt;Hi, I&amp;#39;m embedding a Flash file in the HTML/JavaScript container, and would like to use an API to call opensocial instead of making all the ExternalInterface calls myself.&amp;nbsp; MySpaceID for AS3 is REST only.&amp;nbsp; Since I want to use JavaScript, i&amp;#39;ve found that the latest opensocial JavaScript API for ActionScript is &amp;quot;opensocial-actionscript-client&amp;quot;.&amp;nbsp; I&amp;#39;ve run into a few problems though.&amp;nbsp; It seems that MySpace only support 0.8 of opensocial, but this library is for 0.9.&amp;nbsp; Also, it doesn&amp;#39;t have MySpace extensions.&amp;nbsp; Lastly, I follow the sample to try to use the API, but it doesn&amp;#39;t work:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;client = new JsWrapperClient(&amp;quot;opensocial.flash&amp;quot;);&lt;br /&gt;client.addEventListener(OpenSocialClientEvent.CLIENT_READY, onReady);&lt;br /&gt;printer.print(&amp;quot;starting client&amp;quot;);&lt;br /&gt;client.start();&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;the problem is that onReady never gets called.&amp;nbsp; I looked into the opensocial-actionscript-client container code, and it&amp;#39;s checking to see if &amp;quot;opensocial.flash.jsReady&amp;quot; is set to true, and only then will it continue.&amp;nbsp; But MySpace&amp;#39;s OpenSocial implementation doesn&amp;#39;t provide opensocial.flash.&amp;nbsp; Is this a difference between 0.8 and 0.9?&amp;nbsp; Will MySpace be providing their own javascript wrapper for ActionScript?&lt;/p&gt;&lt;p&gt;Regards... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Regarding Flashfile  intigration in MySpace</title><link>http://developer.myspace.com/Community/forums/thread/43626.aspx</link><pubDate>Thu, 01 Oct 2009 13:26:01 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43626</guid><dc:creator>Tanayya</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43626.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43626</wfw:commentRss><description>&lt;p&gt;Hi , &lt;/p&gt;
&lt;p&gt;i have created an account in myspace.I have&amp;nbsp; tried to&amp;nbsp;intigrate flash in&amp;nbsp;myspace application.The flash application is working fine in local application but while i am uploading the local application source file to the my space application trough&amp;nbsp;edit profile option that time code is changing its nature and place, for that reason i am not getting my desired output.&lt;/p&gt;
&lt;p&gt;Please give me some idea why it is happening.&amp;nbsp;&lt;/p&gt;</description></item><item><title>SOMEBODY HELP ME</title><link>http://developer.myspace.com/Community/forums/thread/43622.aspx</link><pubDate>Thu, 01 Oct 2009 07:01:02 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43622</guid><dc:creator>Eric L. Pringle</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43622.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=43622</wfw:commentRss><description>&lt;p&gt;i&amp;#39;M NEW AT this MYSpace stuff and I&amp;#39;m trying to build my site.&amp;nbsp; Can someone please tell me where do I post html to in order to change the theme or how do I do it???????????? PLZ&lt;/p&gt;</description></item><item><title>gadgets.window.adjustHeight - does this work from an IFRAME app?</title><link>http://developer.myspace.com/Community/forums/thread/42364.aspx</link><pubDate>Fri, 24 Jul 2009 22:12:26 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42364</guid><dc:creator>Mike</dc:creator><slash:comments>8</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42364.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42364</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;ve seen several references to it in the posts in terms of resizing the canvas height.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m calling it from my application, and it currently does nothing.&lt;/p&gt;&lt;p&gt;I am including the following dependency scripts:&lt;/p&gt;&lt;pre id="line58"&gt;&amp;lt;&lt;span class="start-tag"&gt;script&lt;/span&gt;&lt;span class="attribute-name"&gt; src&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;http://x.myspacecdn.com/OpenSocial/references/gadgets003.js&amp;quot; &lt;/span&gt;&lt;span class="attribute-name"&gt;type&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="end-tag"&gt;script&lt;/span&gt;&amp;gt;&lt;/pre&gt;&lt;pre id="line58"&gt;&amp;lt;&lt;span class="start-tag"&gt;script&lt;/span&gt;&lt;span class="attribute-name"&gt; src&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;http://x.myspacecdn.com/modules/common/static/js/Apps/ifpc003.js&amp;quot; &lt;/span&gt;&lt;span class="attribute-name"&gt;type&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="end-tag"&gt;script&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;script&lt;/span&gt;&lt;span class="attribute-name"&gt; src&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;http://x.myspacecdn.com/modules/common/static/js/Apps/json001.js&amp;quot; &lt;/span&gt;&lt;span class="attribute-name"&gt;type&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="end-tag"&gt;script&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;span class="start-tag"&gt;script&lt;/span&gt;&lt;span class="attribute-name"&gt; src&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;http://x.myspacecdn.com/OpenSocial/IFPC_externalIframe004.js&amp;quot; &lt;/span&gt;&lt;span class="attribute-name"&gt;type&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="end-tag"&gt;script&lt;/span&gt;&amp;gt;&lt;/pre&gt;&lt;pre id="line58"&gt;And I am using the following initialization script:&lt;/pre&gt;&lt;pre id="line58"&gt;//&amp;lt;![CDATA[&lt;br /&gt;    // set the correct panel id. The name will be apppanel_XXXXXX_canvas where&lt;br /&gt;    // XXXXXX is the id of the application&lt;br /&gt;        MyOpenSpace.MySpaceContainer.get().registerParam(&amp;quot;panelId&amp;quot;, &amp;quot;apppanel_139844_canvas&amp;quot;);&lt;br /&gt;        //Set the location of the ifpc_relay_external001.html within your server&lt;br /&gt;        MyOpenSpace.MySpaceContainer.get().registerParam(&amp;quot;localRelay&amp;quot;, &amp;quot;./ifpc_relay_external001.html&amp;quot;);&lt;br /&gt;   gadgets.util.registerOnLoadHandler(MySpace_ResizeFrame);&lt;br /&gt;    //]]&amp;gt;&lt;/pre&gt;&lt;pre id="line58"&gt;&amp;nbsp;with the contents of  MySpace_ResizeFrame as follows:&lt;/pre&gt;&lt;pre id="line58"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre id="line58"&gt;function MySpace_ResizeFrame() {&lt;br /&gt;    gadgets.window.adjustHeight();&lt;br /&gt;}&lt;/pre&gt;&lt;pre id="line58"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre id="line58"&gt;This seems to be doing exactly zip. Can one of the gurus please look at this and tell me what I am doing wrong? &lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>How do you resize the height of the profile surface?</title><link>http://developer.myspace.com/Community/forums/thread/42681.aspx</link><pubDate>Fri, 07 Aug 2009 18:18:48 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42681</guid><dc:creator>Ramzi</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42681.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42681</wfw:commentRss><description>&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;In our app, I am trying to resize the height of the profile surface in the profile surface code by calling gadgets.window.adjustHeight(height), but this seems to have no effect what so ever. Can anyone help me in how you dynamically adjust the height of a profile.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Friends getTotalSize() no longer works?</title><link>http://developer.myspace.com/Community/forums/thread/42971.aspx</link><pubDate>Tue, 25 Aug 2009 20:37:51 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42971</guid><dc:creator>Revolutionary Productions</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42971.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42971</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;ve been out of the loop for a couple of months due to back surgery but my code for calculating the number of friends of the viewing user no longer works. Here is a clip of my code:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;function invitePage(page)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FRIEND_PAGE = page;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FRIEND_INVITE.length = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var req = opensocial.newDataRequest();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var params = {};&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;params[opensocial.DataRequest.PeopleRequestFields.FILTER] = opensocial.DataRequest.FilterType.ALL;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;params[opensocial.DataRequest.PeopleRequestFields.FIRST] = ((page - 1) * 40);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;params[opensocial.DataRequest.PeopleRequestFields.MAX] = 20;&lt;br /&gt;&amp;nbsp; &amp;nbsp; req.add(req.newFetchPeopleRequest(opensocial.DataRequest.Group.VIEWER_FRIENDS, params));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;req.send(fillFriendsForInvite);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;document.location.hash = &amp;quot;#inviteTop&amp;quot;;&lt;br /&gt;}&lt;br /&gt;function fillFriendsForInvite(dataResponse)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var friendsDataGroup = dataResponse.get(opensocial.DataRequest.Group.VIEWER_FRIENDS);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var friendsData = friendsDataGroup.getData();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var friendsSize = friendsData.getTotalSize();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;debug(&amp;quot;total friends: &amp;quot; + friendsSize);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In this case, the debug outputs 40, the max number of friends returned for that page but the total number of friends in all is actually over 70. Was there a change that I&amp;#39;m not aware of? I cannot seem to find much about this on the forums.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks ahead of time for any help! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Approvers in here???</title><link>http://developer.myspace.com/Community/forums/thread/42962.aspx</link><pubDate>Tue, 25 Aug 2009 17:51:25 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42962</guid><dc:creator>ProfilePlugins</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42962.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42962</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>has_App limitations</title><link>http://developer.myspace.com/Community/forums/thread/42791.aspx</link><pubDate>Sat, 15 Aug 2009 13:20:39 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42791</guid><dc:creator>Jah</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42791.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42791</wfw:commentRss><description>Forget it.</description></item><item><title>MakeRequest 500 Request Timed Out</title><link>http://developer.myspace.com/Community/forums/thread/42783.aspx</link><pubDate>Sat, 15 Aug 2009 00:25:18 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42783</guid><dc:creator>finwe</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42783.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42783</wfw:commentRss><description>&lt;p&gt;My application has started to return this error for a last few hours. &lt;/p&gt;&lt;p&gt;A &amp;quot;CONTENT.TEXT&amp;quot; type of request in the application can not response properly. &lt;/p&gt;&lt;p&gt;Everything was just fine until now. This problem has just suddenly started.&lt;/p&gt;&lt;p&gt;http://api.msappspace.com/proxy/relay.proxy?opensocial_url=http%3A//www.deviantsh*****************fresh=3600&amp;amp;ts=1250295366194&lt;/p&gt;&lt;p&gt;This proxy url returns timed out error. But the original external url in the parameter works fine without proxy.&lt;/p&gt;&lt;p&gt;But i don&amp;#39;t think it is something about that original url.&lt;/p&gt;&lt;p&gt;http://www.deviantshare.com/GenDifiUrl.aspx?devName=finwe&amp;amp;myspace=eldar_finwe&amp;amp;devCount=15&amp;amp;devSort=0&amp;amp;devFolder=all&amp;amp;i=396&lt;/p&gt;&lt;p&gt;This an example external requested url in that makeRequest. &lt;/p&gt;&lt;p&gt;It responses in 60ms and the content is only one line text. It can&amp;#39;t be about external site. &lt;/p&gt;&lt;p&gt;What is the problem? Is this something temporary? &lt;/p&gt;&lt;p&gt;Please support.&lt;/p&gt;&lt;p&gt;Thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>embedding silverlight object in JavaScript/HTML - Container application</title><link>http://developer.myspace.com/Community/forums/thread/42690.aspx</link><pubDate>Sat, 08 Aug 2009 06:35:04 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42690</guid><dc:creator>Kunal</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42690.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42690</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am trying to embed a silverlight object in my JavaScript/HTML based container application, but looks like myspace is not rendeing it. The XAP file is on my sever and I used absolute path to XAP in the source attribute. Here is what the code looks like in html:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;game&amp;quot; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;object data=&amp;quot;data:application/x-silverlight-2,&amp;quot; type=&amp;quot;application/x-silverlight-2&amp;quot; width=&amp;quot;700px&amp;quot; height=&amp;quot;600px&amp;quot; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;source&amp;quot; value=&amp;quot;[http://mydomain.com]/.xap&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;onError&amp;quot; value=&amp;quot;onSilverlightError&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;background&amp;quot; value=&amp;quot;white&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;minRuntimeVersion&amp;quot; value=&amp;quot;3.0.40624.0&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;autoUpgrade&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;param value=&amp;quot;true&amp;quot; name=&amp;quot;windowless&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;a href=&amp;quot;http://go.microsoft.com/fwlink/?LinkID=149156&amp;amp;v=3.0.40624.0&amp;quot; style=&amp;quot;text-decoration:none&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;img src=&amp;quot;http://go.microsoft.com/fwlink/?LinkId=108181&amp;quot; alt=&amp;quot;Get Microsoft Silverlight&amp;quot; style=&amp;quot;border-style:none&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/object&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;iframe id=&amp;quot;_sl_historyFrame&amp;quot; style=&amp;quot;visibility:hidden;height:0px;width:0px;border:0px&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do see the silverlight object in the broswer however looks like my .XAP file is not getting loaded.&lt;/p&gt;&lt;p&gt; Any help would be hightly appreciated! &lt;/p&gt;</description></item><item><title>MySpace - Java API </title><link>http://developer.myspace.com/Community/forums/thread/42588.aspx</link><pubDate>Mon, 03 Aug 2009 08:56:48 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42588</guid><dc:creator>Sathish</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42588.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42588</wfw:commentRss><description>&lt;p&gt;Hi friends,&lt;/p&gt;
&lt;p&gt;I like to create a java desktop application which has to login MySpace and get the friends list for that user.&lt;/p&gt;
&lt;p&gt;Could anyone please tell me how to login MySpace from java application?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is there any jar or API is available? Where i&amp;#39;ll get those information??&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Sathish&lt;/p&gt;</description></item><item><title>UserPref Support</title><link>http://developer.myspace.com/Community/forums/thread/42432.aspx</link><pubDate>Tue, 28 Jul 2009 16:03:10 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42432</guid><dc:creator>finwe</dc:creator><slash:comments>7</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42432.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42432</wfw:commentRss><description>&lt;p style="font-weight:bold;"&gt;Hasn&amp;#39;t Myspace released the UserPref support yet?? Or what date will it be available??&lt;/p&gt;&lt;p style="font-weight:bold;"&gt;I am about to start developing a new application. If&amp;nbsp; support is coming close soon, i will wait for it. Else i will build my own interface.&lt;/p&gt;&lt;p&gt;if (MySpace.UserPrefSupport.getReleaseDate() &amp;lt;= DateTime.Now.AddDays(15))&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; WaitForSupport(); &lt;br /&gt;&lt;/p&gt;&lt;p&gt;} &lt;/p&gt;&lt;p&gt;else&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; BuildYourOwnInterface(); &lt;br /&gt;&lt;/p&gt;&lt;p&gt;} &lt;br /&gt;&lt;/p&gt;</description></item><item><title>problem....?</title><link>http://developer.myspace.com/Community/forums/thread/42544.aspx</link><pubDate>Fri, 31 Jul 2009 06:57:47 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:42544</guid><dc:creator>Ashish</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/42544.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=42544</wfw:commentRss><description>hello there...i&amp;#39;m new to open social...

i have to create a web application....in which i can get the feeds from myspace like viewing my profile,
my friends profile and their updates etc....

so my user can view his/her myspace status on my website...instead of logging into my space..

so can open social help me with this part...or i need to use their API&amp;#39;s like hi5 has...

in which i get the feed like i can view my status, my friend status...but setting the status causing a problem..?

i don&amp;#39;t have much choice...so wot do u guys suggest...?

please help

</description></item></channel></rss>