<?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: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/43913.aspx</link><pubDate>Fri, 30 Oct 2009 14:34:49 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:43913</guid><dc:creator>Christoph</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/43913.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=43913</wfw:commentRss><description>I&amp;#39;m having the same or maybe related problem. A user different from me (as Developer) is not being redirected to the my server again, but instead to http://home.myspace.com/index.cfm?fuseaction=user. Is there any way to let someone else test my app which uses MySpaceID without adding him as developer?</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/19575.aspx</link><pubDate>Thu, 04 Sep 2008 01:38:16 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:19575</guid><dc:creator>8BitKid</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/19575.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=19575</wfw:commentRss><description>we&amp;#39;ve just finished fixing this bug, and it just needs to get pushed to production to go live.&amp;nbsp; what is your app id?&lt;br /&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/18842.aspx</link><pubDate>Thu, 28 Aug 2008 21:00:47 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:18842</guid><dc:creator>white@</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/18842.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=18842</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;How can I make my external application live?&lt;/p&gt;&lt;p&gt;Please, see &lt;a href="http://developer.myspace.com/Community/forums/t/3870.aspx" target="_blank"&gt;http://developer.myspace.com/Community/forums/t/3870.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It says NoPanelsDefined and doesn&amp;#39;t let it go live. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/17850.aspx</link><pubDate>Wed, 20 Aug 2008 15:54:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:17850</guid><dc:creator>viphak@myspace</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/17850.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=17850</wfw:commentRss><description>Because of the changes mentioned above.&lt;br /&gt;&lt;br /&gt;
The reason the techcrunch app has an error is due to the fact that we had privacy changes related to the friends api.&lt;br /&gt;
You can not use the /v2/people/[id]/@self against your friends data, since they have not authorize it. You can only grab the data related to the user that just approved it. Only the id, nickname, and thumbnailUrl are available in the /v2/people/@me/@friends. Only way to get your more detailed friends data is if they went through this process also and you have matched their user id.&lt;br /&gt;
&lt;br /&gt;
Sorry for the inconvienent. Privacy is important to us.&lt;br /&gt;
-V&lt;br /&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/17451.aspx</link><pubDate>Sun, 17 Aug 2008 13:01:37 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:17451</guid><dc:creator>KJ STEVO</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/17451.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=17451</wfw:commentRss><description>&lt;p&gt;Alas, no.&amp;nbsp; It uses the correct url for authorize as far as I can tell.&amp;nbsp;&amp;nbsp; I was hoping someone had already gone through the code and fixed it for themselves and would be willing to share this info and save me the time of having to hunt it down myself.&amp;nbsp; I&amp;#39;m new to myspace and oauth devel so it probably takes me a lot longer to figure some of this stuff out. &lt;/p&gt;&lt;p&gt;For anyone following at home here&amp;#39;s a link to the techcrunch app (it will give the same error I get):&amp;nbsp;&amp;nbsp; &lt;a href="http://www.techcrunch.com/myspace/app.php" title="Techcruch Myspace App"&gt;http://www.techcrunch.com/myspace/app.php&amp;nbsp; &lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;And it&amp;#39;s source: &lt;a href="http://github.com/techcrunch/myspace_oauth/tree/master" title="Techcrunch app source" target="_blank"&gt;http://github.com/techcrunch/myspace_oauth/tree/master&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/17440.aspx</link><pubDate>Sun, 17 Aug 2008 03:03:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:17440</guid><dc:creator>8BitKid</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/17440.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=17440</wfw:commentRss><description>my understanding is that the techcrunch demo app uses “/authorize.aspx” during the OAuth process, but it needs to just be “/authorize” in order for it to continue to work as we roll out OAuth enhancements.</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/17431.aspx</link><pubDate>Sun, 17 Aug 2008 00:12:15 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:17431</guid><dc:creator>KJ STEVO</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/17431.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=17431</wfw:commentRss><description>&lt;p&gt;Does anyone know what code changes I need to make to the techcrunch sample app to get it working again?&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16890.aspx</link><pubDate>Wed, 13 Aug 2008 10:15:40 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16890</guid><dc:creator>Rotem</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16890.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16890</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Not to mention that the response time of the api page is getting worse and worse each day to the point of being totaly unusable. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16733.aspx</link><pubDate>Tue, 12 Aug 2008 13:50:30 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16733</guid><dc:creator>olau_v</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16733.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16733</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;It seems there is more to only the callback_url that is not called. It is not possible anymore to obtain an OAuth access token for users that are not developers of the app. &lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16567.aspx</link><pubDate>Mon, 11 Aug 2008 09:07:01 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16567</guid><dc:creator>Rotem</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16567.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16567</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I agree with Scott. This is a very unprofessional behavior. You guys make it impossible to work on your platform.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16348.aspx</link><pubDate>Sat, 09 Aug 2008 02:09:07 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16348</guid><dc:creator>Scott</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16348.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16348</wfw:commentRss><description>&lt;p&gt;Where are these changes announced!?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I cannot stress enough the importance of communication with developers - to say this is frustrating is an understatement. Please - clearly communicate changes BEFORE they are made... It is maddening to try to play a guessing game to determine if the change was Myspace or a bug in my own code. &lt;/p&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16240.aspx</link><pubDate>Fri, 08 Aug 2008 01:03:04 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16240</guid><dc:creator>Viphak</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16240.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16240</wfw:commentRss><description>Hi,&lt;br /&gt;
&lt;br /&gt;
There were 2 changes that was deployed yesterday.&lt;br /&gt;
&lt;br /&gt;
1) Only live website/app will have their callback_url forwarded. For developers of the app, the callback_url will also work.&lt;br /&gt;
&lt;br /&gt;
2) The list of returned fields coming back from the api will be 4 basic fields: 
{&amp;quot;thumbnailUrl&amp;quot;, &amp;quot;nickname&amp;quot;, &amp;quot;id&amp;quot;, &amp;quot;profileUrl&amp;quot;}. To get more information about the user you will now need to explicitly list the fields in the fields parameter.&lt;br /&gt;
&lt;br /&gt;
/v2/people/@me/@self?format=json&amp;amp;fields=aboutMe,dateOfBirth&lt;br /&gt;
The list is comma delimited and the full supported fields can be found at: http://developer.myspace.com/community/myspace/da.aspx&lt;br /&gt;
&lt;br /&gt;
-V&lt;br /&gt;</description></item><item><title>Re: Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16229.aspx</link><pubDate>Fri, 08 Aug 2008 00:08:17 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16229</guid><dc:creator>Immad</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16229.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16229</wfw:commentRss><description>&lt;p&gt;I am experiencing the same issue on an app that was working yesterday.&lt;/p&gt;&lt;p&gt;Also for some users it does get redirected but then I get permission denied errors on things that were working yesterday. Looking around even the Techcrunch app is not working any longer:&lt;/p&gt;&lt;p&gt;http://www.techcrunch.com/myspace/app.php &lt;/p&gt;&lt;p&gt;This is affecting our service quite badly, would very much appreciate a quick fix!&lt;/p&gt;&lt;p&gt;Thank you &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Login page does not redirect back to application</title><link>http://developer.myspace.com/Community/forums/thread/16158.aspx</link><pubDate>Thu, 07 Aug 2008 14:57:42 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:16158</guid><dc:creator>Rotem</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/16158.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=60&amp;PostID=16158</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Since today the login page does not redirect back to the oauth_callback url given. Any one noticed that or has a clue?&lt;/p&gt;&lt;p&gt;Also, isn&amp;#39;t there a technical forum for DA other than this one (which is under Application Policy...)? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>