<?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>MySpaceID</title><link>http://developer.myspace.com/community/forums/60.aspx</link><description>This forum is for questions and all things MySpaceID related. (Formerly DA)</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Re: how to work with data availability, library?</title><link>http://developer.myspace.com/community/forums/thread/12985.aspx</link><pubDate>Fri, 27 Jun 2008 21:50:13 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12985</guid><dc:creator>Sergey Mamyan</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/12985.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=60&amp;PostID=12985</wfw:commentRss><description>&lt;p&gt;For getting current user information I need to pass folowing information&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;http://api.myspace.com/opensocial/people/@me/@self?format=json&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;oauth_consumer_key&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;oauth_consumer_secret&amp;nbsp;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;As we see there are no any data related user how MySpace deciding who is current user ?&amp;nbsp;&lt;/p&gt;&lt;p&gt;In iframe request I am getting &lt;/p&gt;&lt;p&gt;&lt;i&gt;oauth_nonce&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;oauth_signature&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;oauth_timestamp&lt;/i&gt;&lt;/p&gt;&lt;p&gt;is that somehow related to difference of session user ?&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how to work with data availability, library?</title><link>http://developer.myspace.com/community/forums/thread/12971.aspx</link><pubDate>Fri, 27 Jun 2008 18:29:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12971</guid><dc:creator>StephanieBamBam</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/12971.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=60&amp;PostID=12971</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;We&amp;#39;ll have more documentation online as soon as it&amp;#39;s available -soon.&lt;/p&gt;&lt;p&gt;Thanks! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how to work with data availability, library?</title><link>http://developer.myspace.com/community/forums/thread/12918.aspx</link><pubDate>Fri, 27 Jun 2008 04:30:28 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12918</guid><dc:creator>Flavio</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/12918.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=60&amp;PostID=12918</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Ok thanks for that already.&lt;/p&gt;&lt;p&gt;But are you gonna update the PHP libraries? When?&lt;/p&gt;&lt;p&gt;thx alot&lt;/p&gt;&lt;p&gt;F &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how to work with data availability, library?</title><link>http://developer.myspace.com/community/forums/thread/12903.aspx</link><pubDate>Fri, 27 Jun 2008 00:27:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12903</guid><dc:creator>StephanieBamBam</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/12903.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=60&amp;PostID=12903</wfw:commentRss><description>&lt;p&gt;Docs are all here:http://developer.myspace.com/community/myspace/dataAvailability.aspx&lt;/p&gt;&lt;p&gt;That was a bad link before (stage-developer is internal), apologies for that! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>how to work with data availability, library?</title><link>http://developer.myspace.com/community/forums/thread/12848.aspx</link><pubDate>Thu, 26 Jun 2008 18:42:17 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:12848</guid><dc:creator>Flavio</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/12848.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=60&amp;PostID=12848</wfw:commentRss><description>&lt;p&gt;Very excited about the launch today.&lt;/p&gt;&lt;p&gt;But now how does this all work? Do we have to implement all these calls to OAuth ourselves?&lt;/p&gt;&lt;p&gt;Because I was extremely fond of the following piece of code:&lt;/p&gt;&lt;p&gt;&lt;code&gt;&amp;lt;?php&lt;br /&gt;require_once(&amp;#39;Space.php&amp;#39;);&lt;br /&gt;&amp;nbsp; $key = &amp;#39;http://www.myspace.com/xxxxx&amp;#39;;&lt;br /&gt;&amp;nbsp; $secret = &amp;#39;xxxxxx&amp;#39;;&lt;br /&gt;&amp;nbsp; $s = new Space($key,$secret);&lt;br /&gt;&amp;nbsp; $hProfile = $s-&amp;gt;profile($_GET[&amp;quot;userid&amp;quot;]);&lt;br /&gt;&amp;nbsp; var_dump($hProfile);&lt;br /&gt;&amp;nbsp; echo &amp;quot;&amp;lt;img src=&amp;#39;&amp;quot; . $hProfile[&amp;#39;largeimageuri&amp;#39;] . &amp;quot;&amp;#39; /&amp;gt;&amp;quot;;&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Now obviously that code only works if userid is provided in the url as a get parameter and the user has already granted access to this application.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;What do I need to add in order to get the user to add and grant access to my application?&lt;/p&gt;&lt;p&gt;btw, http://stage-developer.myspace.com/community/myspace/faq.aspx etc seem to be down? so many ppl requesting it or what ;) &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>