<?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>Application QA - Visitors Who Do Not Have the App Installed</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2008/05/27/application-qa-visitors-who-do-not-have-the-app-installed.aspx</link><description>Hey there Developers, We see some apps being denied for the same reasons. So I thought we would let you know what’s going on so you can better QA your application and cut the back and forth some of you may have experienced. Issue: When a visitor [user</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>re: Application QA - Visitors Who Do Not Have the App Installed</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2008/05/27/application-qa-visitors-who-do-not-have-the-app-installed.aspx#12418</link><pubDate>Fri, 20 Jun 2008 04:54:42 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12418</guid><dc:creator>Trevor Jordet</dc:creator><description>&lt;p&gt;the ac_fl_runcontent code was screwed by the blog comments, but the relevant code is the following:&lt;/p&gt;
&lt;p&gt;'fb_sig_profile=m'+ownerID+'&amp;amp;fb_sig_user=m'+userID&lt;/p&gt;
&lt;img src="http://developer.myspace.com/Community/aggbug.aspx?PostID=12418" width="1" height="1"&gt;</description></item><item><title>re: Application QA - Visitors Who Do Not Have the App Installed</title><link>http://developer.myspace.com/Community/blogs/devteam/archive/2008/05/27/application-qa-visitors-who-do-not-have-the-app-installed.aspx#12417</link><pubDate>Fri, 20 Jun 2008 04:49:57 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12417</guid><dc:creator>Trevor Jordet</dc:creator><description>&lt;p&gt;ok so i am having this issue, but I cannot find any documentation on how to fix it.&lt;/p&gt;
&lt;p&gt;my code works if the app is installed, but if a user without the app installed views my page, it does not... what am i missing here???&lt;/p&gt;
&lt;p&gt;I am doing a very simple thing. &amp;nbsp; getting the owner id and viewer id and passing those variables to my flash application. &amp;nbsp;:&lt;/p&gt;
&lt;p&gt;function init() { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;os = opensocial.Container.get(); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;dataReqObj = os.newDataRequest(); &amp;nbsp; &lt;/p&gt;
&lt;p&gt;var ownerReq= os.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;var viewerReq = os.newFetchPersonRequest(opensocial.DataRequest.PersonId.VIEWER); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;dataReqObj.add(ownerReq); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;dataReqObj.add(viewerReq); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;dataReqObj.send(viewerResponse);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;function viewerResponse(data) { &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;var owner = data.get(opensocial.DataRequest.PersonId.OWNER).getData(); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;var viewer = data.get(opensocial.DataRequest.PersonId.VIEWER).getData(); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;ownerID = owner.getId(); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;userID = viewer.getId(); &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;AC_FL_RunContent( 'codebase','&lt;a rel="nofollow" target="_new" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"&gt;download.macromedia.com/.../swflash.cab&lt;/a&gt;','width','280','height','280','title','mp3candy','src','&lt;a rel="nofollow" target="_new" href="http://www.freelance-photographer.us/as3Stuff/mp3playermySpace2"&gt;www.freelance-photographer.us/.../mp3playermySpace2&lt;/a&gt;','quality','high','pluginspage','&lt;a rel="nofollow" target="_new" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"&gt;www.adobe.com/.../download.cgi&lt;/a&gt;','flashvars','fb_sig_profile=m'+ownerID+'&amp;amp;fb_sig_user=m'+userID+'&amp;amp;ms=y','wmode', 'transparent','movie','&lt;a rel="nofollow" target="_new" href="http://www.freelance-photographer.us/as3Stuff/mp3playermySpace2"&gt;www.freelance-photographer.us/.../mp3playermySpace2&lt;/a&gt;' ); //end AC code&lt;/p&gt;
&lt;p&gt;} &amp;nbsp; &amp;nbsp; &lt;/p&gt;
&lt;img src="http://developer.myspace.com/Community/aggbug.aspx?PostID=12417" width="1" height="1"&gt;</description></item></channel></rss>