<?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>Testing and Support</title><link>http://developer.myspace.com/community/forums/16.aspx</link><description>Got code that just won't work? Discuss and troubleshoot here.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Is MySpace developer program dead..... ?</title><link>http://developer.myspace.com/community/forums/thread/53552.aspx</link><pubDate>Fri, 25 Jan 2013 07:23:25 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53552</guid><dc:creator>jon_omms</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53552.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53552</wfw:commentRss><description>The is no update on blog &amp;amp; forums by the team.
APIs seems to have been changed and the documentation page is down since ages ....

If there is plan to suspend/shutdown please share info about same.

For god sake you are supposed to be Social ......</description></item><item><title>OAuth started returning errors</title><link>http://developer.myspace.com/community/forums/thread/53437.aspx</link><pubDate>Wed, 30 May 2012 18:53:56 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53437</guid><dc:creator>Bryan</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53437.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53437</wfw:commentRss><description>My app, using the signpost libraries for performing oauth, is no longer able to request a new token. I&amp;quot;m getting the following errors:

Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm=&amp;quot;http://api.myspace.com/authorization&amp;quot;, oauth_problem=parameter_absent, oauth_parameters_absent=oauth_consumer_key}
oauth.signpost.exception.OAuthNotAuthorizedException: Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match.

My consumer key and secret have not changed, and neither has the code, since this last worked. Has anyone else encountered this? Does anyone have any ideas why this is happening?

Thank you!
Bryan</description></item><item><title>How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52167.aspx</link><pubDate>Tue, 04 Jan 2011 21:29:52 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52167</guid><dc:creator>phreekk™</dc:creator><slash:comments>16</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52167.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52167</wfw:commentRss><description>Older OS 0.8 apps used to have a tab for profile code, but I can&amp;#39;t find this on the OS 1.0 app.  How do I define a profile app and how do I add it to my profile?
&lt;br /&gt;&lt;br /&gt;
Update: I found out that I needed add a new Content block as such marked as profile, but after I add it to my profile in the Customize view I don&amp;#39;t see anything:&lt;br /&gt;&lt;br /&gt;

&amp;lt;Content type=&amp;quot;html&amp;quot; view=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/Content&amp;gt;&lt;br /&gt;

&lt;br /&gt;
Update 2: It seems that only the creator of the app can add it to their profile.  Other developers do not even see the module when they go to customize.
&lt;br /&gt;&lt;br /&gt;
Update 3: But even when adding it I can&amp;#39;t see it, I get an error message that says:
&amp;quot;No data for this module!&amp;quot; and then is empty when I try to view my profile.</description></item><item><title>iPhone Login Callback functions not responding. Help please.</title><link>http://developer.myspace.com/community/forums/thread/52663.aspx</link><pubDate>Mon, 07 Mar 2011 16:43:45 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52663</guid><dc:creator>Caleb</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52663.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52663</wfw:commentRss><description>Hi,

I&amp;#39;m developing for the iPhone and currently am having trouble receiving the callback for a successful login. So far, from my app, a user can login to mySpace.-------------------------------------------
However, none of the login callbacks are working. I expected (loginViewControllerUserDidCancel), (loginViewController:didLoginWithToken:) or (loginViewController:didFailWithError:) to be triggered by this login event. None of these work.  ----------------------------------------------------------------------------
After a user selects &amp;quot;login&amp;quot;, a safari view opens with web results for my callback URL. After I close the webpage, my app resumes where it was before the login.------------------------------------------------

If I select login again, a myspace popup appears asking me if I want to resume my session. It seems that my session has been saved. This would be nice IF my app could detect that I am already logged in. ---------------------------------------------------------------------------------------------------------------------------

When I call [[MSContext sharedContext] isLoggedIn], it always returns FALSE. I think it is because my access token is not being saved correctly and therefore not being retrieved correctly. ---------------

The function: (- (void)_setAccessToken:(MSOAuthToken *)value action:(NSString *)action) always sets the access token to nil because it never sets it to any value BECAUSE the callbacks are not occurring. Because this access token is nil I cannot control what happens after login and detect if I am already logged in. ---------------------------------------------------------------------------------------------------

I want to be able to detect if I am already logged in so that when users select the mySpace button, instead of taking them to the &amp;quot;resume session&amp;quot; screen. I want them to have their status immediately updated.--------------------------------------------------------------------------------------------------------------------


Here are the main things I am doing:
[MSContext initializeSharedContextWithConsumerKey:kMS_OAuthConsumerKey secret:kMS_OAuthConsumerSecret authorizationCallbackURL:@&amp;quot;my.Test.Radio&amp;quot;];MSSDK *sdk = [MSSDK sharedSDK]; [sdk setUseLocation:YES];
...then...
[[MSContext sharedContext] setPermissions:@&amp;quot;AllowActivitiesAutoPublish|ShowUpdatesFromFriends|UpdateMoodStatus&amp;quot;];
	
// resume the context from a previously stored state -- [[MSContext sharedContext] resume];
if (![[MSContext sharedContext] isLoggedIn]) {[[MSContext sharedContext] loginWithViewController:self animated:YES withDelegate:self];} else {NSString *status = @&amp;quot;TestStatus&amp;quot;;  NSDictionary *mood = [NSDictionary dictionaryWithObject:@&amp;quot;static&amp;quot; forKey:@&amp;quot;moodName&amp;quot;];   // update the status and mood [[MSSDK sharedSDK] updateStatus:status mood:mood];}-------------------------------------------------------------------------------------------------------------
*NOTE: I have seen in another thread that I might need to add something to my info.pList  to get the callbacks to work but I don&amp;#39;t understand what I need to add. Please explain this.-------------------------
** I added the &amp;quot;---&amp;quot; because your website removes all spacing making this impossible to read. 
Thank You. 
- Davis
</description></item><item><title>Problems with Post to Myspace API</title><link>http://developer.myspace.com/community/forums/thread/53385.aspx</link><pubDate>Thu, 19 Apr 2012 17:39:42 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53385</guid><dc:creator>Winnie The Pooh</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53385.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53385</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m not having much luck with the tutorials I found. I&amp;#39;ve tried the approaches listed on this page&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://wiki.developer.myspace.com/index.php?title=How_to_Add_Share_on_MySpace_to_Your_Site"&gt;http://wiki.developer.myspace.com/index.php?title=How_to_Add_Share_on_MySpace_to_Your_Site&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;But this seems to cache the meta data of my URL and because I have a dynamic website with changing content, scraping the information out of the meta tags doesnt seem very convenient. So I&amp;#39;ve tried the non-preferred solution on the bottom of that page in which you can supposedly pass the parameters manually through javascript, but the description still comes out of the meta tag and there doesnt seem to be support for defining the image (also comes from the meta tag).&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve also tried the post form approach listed in this PDF:&lt;br /&gt;&lt;a href="http://x.myspace.com/download/posttomyspacedeveloperdocumentation001.pdf"&gt;http://x.myspace.com/download/posttomyspacedeveloperdocumentation001.pdf&lt;/a&gt; &lt;/p&gt;&lt;p&gt;The promising description claims that I can even pass image tags in the title or content parameters but all of the passed variables are ignored in favor of the meta tag content.&lt;/p&gt;&lt;p&gt;Any suggestions? Are these instructions already obsolete? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>myspace php sdk Oauth throws HTTP error 401</title><link>http://developer.myspace.com/community/forums/thread/52685.aspx</link><pubDate>Wed, 09 Mar 2011 19:58:48 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52685</guid><dc:creator>Prom</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52685.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52685</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi, I downloaded a code from https://github.com/myspace/myspace-php-sdk, updated the config file and the index file callback url in the &amp;quot;myspaceid-oauth&amp;quot;. When I try the url &amp;quot;http://sitename.com/myspace/samples/myspaceid-oauth/&amp;quot; I get the following error:&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fatal error&lt;/b&gt;:  Uncaught exception &amp;#39;MySpaceException&amp;#39; with message 
&amp;#39;Request to 
http://api.myspace.com/request_token?oauth_version=1.0&amp;amp;oauth_nonce=66bd7a6d05fcdf2653481d6f4040549a&amp;amp;oauth_timestamp=1299699588&amp;amp;oauth_consumer_key=XXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;amp;oauth_callback=http%3A%2F%2Fsitename.com%2Fmyspace%2Fsamples%2Fmyspaceid-oauth%2Findex.php%3Ff%3Dcallback&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_signature=3FRO1uF%2F49Tx2VTBq0c21medJTE%3D
 failed:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;

HTTP error 401 &amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
Response:&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;
HTTP/1.1 401 Unauthorized
Cache-Control: private
Content-Length: 31
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
WWW-Authenticate: OAuth realm=&amp;quot;http://api.myspace.com/authorization&amp;quot;, 
oauth_problem=signature_invalid
Set-Cookie: 
MSCulture=IP=174.120.104.2&amp;amp;IPCulture=en-US&amp;amp;PreferredCulture=en-US&amp;amp;PreferredCulturePending=&amp;amp;Country=VVM=&amp;amp;ForcedExpiration=634352675876874737&amp;amp;timeZone=0&amp;amp;myStuffDma=&amp;amp;myStuffMarket=&amp;amp;USRLOC=QXJlYUNvZGU9NzEzJkNpdHk9SG91c3RvbiZDb3Vu
 in &lt;b&gt;/home/sitename/public_html/myspace/source/MySpaceID/myspace.php&lt;/b&gt; on line &lt;b&gt;1607&lt;/b&gt;&lt;/p&gt;&lt;p&gt;I noticed a lot of people get this error and were told to send a Wireshark http capture to developerrelations@myspace-inc.com. I did that about 3 or 4 weeks ago, sent follow up emails but still no answer from myspace. &lt;/p&gt;&lt;p&gt;I would like to include myspace in my site using oauth. Could anyone help me?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>URGENT: Image upload failing to Myspace Album</title><link>http://developer.myspace.com/community/forums/thread/53296.aspx</link><pubDate>Thu, 17 Nov 2011 23:43:51 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53296</guid><dc:creator>Exclaim</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53296.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53296</wfw:commentRss><description>Hi,

I have a Photo Sharing App for handheld devices. I am encountering an issue while uploading images to Myspace Album. I am using MySpace ID SDK C# to call Myspace&amp;#39;s Open Social mediaitems APIs. I am constantly receiving following WebException:

Exception: Unable to connect to the remote server

InnerException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 216.178.46.104:80.

Also, it is working for all the &amp;#39;Get&amp;#39; requset (get albums, get images ) etc. But upload is failing.

I would appreciate any help on this issue.

Thanks,</description></item><item><title>Activity PostPhotoComment doesn't contain field "target" anymore</title><link>http://developer.myspace.com/community/forums/thread/53089.aspx</link><pubDate>Fri, 27 May 2011 17:30:41 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53089</guid><dc:creator>Barry</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53089.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53089</wfw:commentRss><description>Activity PostPhotoComment no longer contain a field target but it should. 
Return the field back, please. I do not know when it disappeared but it sure was.


request&amp;gt;
http://opensocial.myspace.com/1.0/activities/myspace.com.person.349194730/@friends?startIndex=1&amp;amp;count=100&amp;amp;fields=%40all&amp;amp;oauth_token=&amp;amp;oauth_consumer_key=&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_timestamp=&amp;amp;oauth_nonce=&amp;amp;oauth_version=1.0&amp;amp;oauth_signature=


returned json object&amp;gt;
{
   &amp;quot;msActivityType&amp;quot;:&amp;quot;PostPhotoComment&amp;quot;,
   &amp;quot;postedTime&amp;quot;:&amp;quot;2011-03-14T21:16:22Z&amp;quot;,
   &amp;quot;msComments&amp;quot;:[
      {
         &amp;quot;body&amp;quot;:&amp;quot;... cut ...&amp;quot;,
         &amp;quot;author&amp;quot;:{
            &amp;quot;id&amp;quot;:&amp;quot;myspace.com.person.467507438&amp;quot;,
            &amp;quot;profileUrl&amp;quot;:&amp;quot;http:\/\/www.myspace.com\/barrycoder&amp;quot;,
            &amp;quot;thumbnailUrl&amp;quot;:&amp;quot;http:\/\/a1.l3-images.myspacecdn.com\/images02\/80\/1085b1bd802c47f99344664213d42152\/s.jpg&amp;quot;,
            &amp;quot;name&amp;quot;:{
               &amp;quot;familyName&amp;quot;:&amp;quot;Coder&amp;quot;,
               &amp;quot;givenName&amp;quot;:&amp;quot;Barry&amp;quot;
            },
            &amp;quot;msUserType&amp;quot;:&amp;quot;RegularUser&amp;quot;,
            &amp;quot;displayName&amp;quot;:&amp;quot;Barry&amp;quot;
         },
         &amp;quot;postedDate&amp;quot;:&amp;quot;2011-03-14T21:16:22Z&amp;quot;,
         &amp;quot;commentId&amp;quot;:&amp;quot;353427382&amp;quot;
      }
   ],
   &amp;quot;body&amp;quot;:&amp;quot;... cut ...&amp;quot;,
   &amp;quot;links&amp;quot;:[
      &amp;quot;http:\/\/www.myspace.com\/527996083&amp;quot;
   ],
   &amp;quot;actor&amp;quot;:{
      &amp;quot;id&amp;quot;:&amp;quot;tag:myspace.com,2009:\/Person\/527996083&amp;quot;,
      &amp;quot;title&amp;quot;:&amp;quot;Steve Brown&amp;quot;,
      &amp;quot;objectTypes&amp;quot;:[
         &amp;quot;http:\/\/activitystrea.ms\/schema\/1.0\/person&amp;quot;
      ],
      &amp;quot;links&amp;quot;:[
         &amp;quot;http:\/\/www.myspace.com\/527996083&amp;quot;
      ]
   },
   &amp;quot;url&amp;quot;:&amp;quot;http:\/\/www.myspace.com\/527996083&amp;quot;,
   &amp;quot;id&amp;quot;:&amp;quot;myspace.com.activity.tag:myspace.com,2009:\/MySpace\/Photos\/Comment\/353427382&amp;quot;,
   &amp;quot;numComments&amp;quot;:&amp;quot;3&amp;quot;,
   &amp;quot;title&amp;quot;:&amp;quot;Barry Coder commented on Steve Brown&amp;#39;s photo&amp;quot;,
   &amp;quot;msPerson&amp;quot;:{
      &amp;quot;id&amp;quot;:&amp;quot;myspace.com.person.527996083&amp;quot;,
      &amp;quot;profileUrl&amp;quot;:&amp;quot;http:\/\/www.myspace.com\/527996083&amp;quot;,
      &amp;quot;thumbnailUrl&amp;quot;:&amp;quot;http:\/\/a4.l3-images.myspacecdn.com\/images02\/132\/2bdfe7fdafc04977989796120f38ea1f\/s.jpg&amp;quot;,
      &amp;quot;name&amp;quot;:{
         &amp;quot;familyName&amp;quot;:&amp;quot;Brown&amp;quot;,
         &amp;quot;givenName&amp;quot;:&amp;quot;Steve&amp;quot;
      },
      &amp;quot;msUserType&amp;quot;:&amp;quot;RegularUser&amp;quot;,
      &amp;quot;displayName&amp;quot;:&amp;quot;st.brown&amp;quot;
   },
   &amp;quot;source&amp;quot;:{
      &amp;quot;objectTypes&amp;quot;:[
         &amp;quot;http:\/\/activitystrea.ms\/schema\/1.0\/comment&amp;quot;
      ]
   },
   &amp;quot;userId&amp;quot;:&amp;quot;myspace.com.person.527996083&amp;quot;,
   &amp;quot;verbs&amp;quot;:[
      &amp;quot;http:\/\/activitystrea.ms\/schema\/1.0\/post&amp;quot;
   ],
   &amp;quot;msActivityId&amp;quot;:&amp;quot;AQIAAAA5TIsAAAAAAAAAAAA_eq_&amp;quot;,
   &amp;quot;objects&amp;quot;:[
      {
         &amp;quot;id&amp;quot;:&amp;quot;tag:myspace.com,2009:\/MySpace\/Photos\/Comment\/353427382&amp;quot;,
         &amp;quot;source&amp;quot;:{
            &amp;quot;id&amp;quot;:&amp;quot;tag:myspace.com,2009:\/MySpace\/Photos\/Comment\/353427382&amp;quot;,
            &amp;quot;title&amp;quot;:&amp;quot;&amp;quot;,
            &amp;quot;links&amp;quot;:[
               &amp;quot;http:\/\/www.myspace.com\/barrycoder\/stream\/activity\/PostPhotoComment\/353427382&amp;quot;
            ]
         },
         &amp;quot;links&amp;quot;:[
            &amp;quot;http:\/\/www.myspace.com\/barrycoder\/stream\/activity\/PostPhotoComment\/353427382&amp;quot;
         ]
      }
   ]
}</description></item><item><title>409 error on subscription update</title><link>http://developer.myspace.com/community/forums/thread/53258.aspx</link><pubDate>Sun, 04 Sep 2011 06:08:33 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53258</guid><dc:creator>PostRank</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53258.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53258</wfw:commentRss><description>Hi, we&amp;#39;re having trouble re-enabling our subscription. Whenever we attempt it, we get a 409 error.

We have a pcap file available with one of these attempts. Can we e-mail this to someone for help?</description></item><item><title>To Add users to testing on app show 404 error in development area</title><link>http://developer.myspace.com/community/forums/thread/53173.aspx</link><pubDate>Wed, 22 Jun 2011 14:19:10 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53173</guid><dc:creator>Buy Me Back (BMB Media Group)</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53173.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53173</wfw:commentRss><description>&lt;p&gt;for about 2 weeks now when trying to edit application to add or removed testers form a Development / Debug application, when Clicking on to manage users in testing shows 404 error. How do we add or remove users from testing of our application?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://developer.myspace.com/Apps.mvc/ManageDevelopers/%7BAPP_ID_NUMBER"&gt;http://developer.myspace.com/Apps.mvc/ManageDevelopers/{APP_ID_NUMBER&lt;/a&gt;}&lt;/p&gt;
&lt;div class="floatLeft errorMessage"&gt;&lt;span id="ErrorMessageLabel" class="errorHeading"&gt;&lt;strong&gt;&lt;font size="3"&gt;Oops, we couldn’t locate the page you are looking for.&lt;/font&gt;&lt;/strong&gt;&lt;/span&gt; &lt;/div&gt;
&lt;div class="tryThese"&gt;Here are a few things you can try: 
&lt;ul&gt;
&lt;li&gt;Search for what you&amp;#39;re looking for in the box to the right 
&lt;li&gt;Check out the links listed below &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description></item><item><title>Myspace OAuth PHP SDK throws Fatal error</title><link>http://developer.myspace.com/community/forums/thread/53165.aspx</link><pubDate>Thu, 16 Jun 2011 14:46:48 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53165</guid><dc:creator>D.Thiyagesan</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53165.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53165</wfw:commentRss><description>&lt;p&gt;Hello, MDP team and All &lt;/p&gt;&lt;p&gt;I&amp;#39;m using Myspace OAuth PHP SDK to fetch some profile informations. When I click the link, it authenticates the user, but when it returns back to the Call back url I am getting the following error.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fatal error&lt;/b&gt;:  Uncaught exception &amp;#39;MySpaceException&amp;#39; with message 
&amp;#39;Request to 
http://api.myspace.com/access_token?oauth_version=1.0&amp;amp;oauth_nonce=XXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;amp;oauth_timestamp=1308231662&amp;amp;oauth_consumer_key=http%3A%2F%2Fwww.myspace.com%2FXXXXXXXXX&amp;amp;oauth_token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&amp;amp;oauth_signature_method=XXXXXXXXXX&amp;amp;oauth_signature=XXXXXXXXXXXXXXXXXXXXXXXXXXX
 failed: HTTP error 401 (&amp;lt;error 
xmlns=&amp;quot;api-v1.myspace.com&amp;quot;&amp;gt;&amp;lt;statuscode&amp;gt;401&amp;lt;/statuscode&amp;gt;&amp;lt;statusdescription&amp;gt;This
 endpoint is for External MySpaceID applications only (offsite 
apps)&amp;lt;/statusdescription&amp;gt;&amp;lt;/error&amp;gt;)&amp;#39; in 
C:\xampp\htdocs\Thiyagesan\test\myspace-oauth-php\MySpace\myspace.php:193
Stack
 trace:
#0 
C:\xampp\htdocs\Thiyagesan\test\myspace-oauth-php\MySpace\myspace.php(153):
 MySpace-&amp;gt;http(&amp;#39;http://api.mysp...&amp;#39;)
#1 
C:\xampp\htdocs\Thiyagesan\test\myspace-oauth-php\MySpace\myspace.php(86):
 MySpace-&amp;gt;oAuthRequest(&amp;#39;http://api.mysp...&amp;#39;)
#2 C:\xam in &lt;b&gt;C:\xampp\htdocs\Thiyagesan\test\myspace-oauth-php\MySpace\myspace.php&lt;/b&gt; on line &lt;b&gt;193&lt;/b&gt;&lt;/p&gt;&lt;p&gt;I &amp;#39;ve replaced the keys into XXXX... &lt;/p&gt;&lt;p&gt;I&amp;#39;m looking forward to your solution, so please reply soon...&lt;/p&gt;&lt;p&gt;Thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Testing a profile surface when the user is not logged in</title><link>http://developer.myspace.com/community/forums/thread/53154.aspx</link><pubDate>Mon, 13 Jun 2011 15:00:32 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53154</guid><dc:creator>Kim</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53154.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53154</wfw:commentRss><description>&lt;p&gt;Can you suggest a method for testing the profile surface case when the viewer is not logged into their myspace account? Since only developers can view profiles when the application is in development, and since one must be logged into Myspace to have developer access, I can&amp;#39;t see a way to test this case.&lt;/p&gt;&lt;p&gt;Ideally, we would like to put in some console logs so we can diagnose the issue. Any suggestions?&lt;/p&gt;&lt;p&gt;&amp;nbsp;thanks,&lt;/p&gt;&lt;p&gt;Kim &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Already Used</title><link>http://developer.myspace.com/community/forums/thread/2241.aspx</link><pubDate>Fri, 29 Feb 2008 15:29:28 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:2241</guid><dc:creator>Neil</dc:creator><slash:comments>26</slash:comments><comments>http://developer.myspace.com/community/forums/thread/2241.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=2241</wfw:commentRss><description>&lt;p&gt;I had an initial app that I have now deleted. When I go and create a new application I now get an Already Used error message beside the email text box. The email address is valid and is mine and was used on the pervious app.&lt;/p&gt;</description></item><item><title>Rest API for get Activities does not return totalResults</title><link>http://developer.myspace.com/community/forums/thread/49244.aspx</link><pubDate>Tue, 20 Jul 2010 10:05:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:49244</guid><dc:creator>Jaroslav</dc:creator><slash:comments>14</slash:comments><comments>http://developer.myspace.com/community/forums/thread/49244.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=49244</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;when I call REST API to gain activities (GET &lt;a href="http://opensocial.myspace.com/roa/09/activities/@me/@all?count=100&amp;amp;fields=id%2Cbody%2Ctitle%2Csource%2CmsPerson%2Ctarget%2Cverbs%2CpostedTime%2Cobjects"&gt;http://opensocial.myspace.com/roa/09/activities/@me/@all?count=100&amp;amp;fields=id%2Cbody%2Ctitle%2Csource%2CmsPerson%2Ctarget%2Cverbs%2CpostedTime%2Cobjects&lt;/a&gt; HTTP/1.1),&lt;/p&gt;
&lt;p&gt;I do not get back totalResult attribute but just startIndex, indexPerPage and numOmittedEntries: (...http:\/\/activitystrea.ms\/schema\/1.0\/post&lt;strong&gt;&amp;quot;]}}],&amp;quot;itemsPerPage&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;numOmittedEntries&amp;quot;:&amp;quot;72&amp;quot;,&amp;quot;startIndex&amp;quot;:&amp;quot;1&amp;quot;&lt;/strong&gt;}). If I decrease count to be lower than total count, then numOmittedEntries are missing (which is correct). For another endpoints like media it works.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is this a bug or intended behaviour?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Jaroslav&lt;/p&gt;</description></item><item><title>Android OAuth failing with Signpost</title><link>http://developer.myspace.com/community/forums/thread/52546.aspx</link><pubDate>Wed, 23 Feb 2011 17:50:11 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52546</guid><dc:creator>Bryan</dc:creator><slash:comments>8</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52546.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52546</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been using OAuth in my Android app, with mostly good results. I find out that the occasional failures were due to my use of the DefaultOAuthProvider, rather than CommonsHttpOAuthProvider class. Signpost states this on their project page, http://code.google.com/p/oauth-signpost/&lt;br /&gt;&lt;br /&gt;So I switched to CommonsHttpOAuthProvider, requiring use of a newer signpost version, and now I can&amp;#39;t authenticate to myspace at all. I had to make the following changes to the myspace sdk, but it still hangs on retrieveRequestToken.&lt;br /&gt;&lt;br /&gt;// snippet from MSOAuth.java&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void initConsumer(String apiKey, String apiSecret) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // update to use signpost-commonshttp4-1.2.1.1&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthConsumer = new CommonsHttpOAuthConsumer(apiKey, apiSecret, SignatureMethod.HMAC_SHA1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Log.v(&amp;quot;MSOAuth&amp;quot;,&amp;quot;initConsumer(&amp;quot;+apiKey+&amp;quot;,&amp;quot;+apiSecret+&amp;quot;)&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthConsumer = new CommonsHttpOAuthConsumer(apiKey, apiSecret);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthConsumer.setMessageSigner(new HmacSha1MessageSigner());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void initProvider() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Log.v(&amp;quot;MSOAuth&amp;quot;,&amp;quot;initProvider&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; String requestedPermissions = MSSession.getSession().getRequestedPermissions();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; String authUrl = (requestedPermissions == null) ? OAUTH_AUTHORIZATION_URL : OAUTH_AUTHORIZATION_URL + &amp;quot;?myspaceid.permissions=&amp;quot; + requestedPermissions;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // update to use signpost-commonshttp4-1.2.1.1&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthProvider = new DefaultOAuthProvider(OAUTH_REQUEST_TOKEN_URL, OAUTH_ACCESS_TOKEN_URL, authUrl);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthProvider = new CommonsHttpOAuthProvider(OAUTH_REQUEST_TOKEN_URL, OAUTH_ACCESS_TOKEN_URL, authUrl);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public String retrieveRequestToken(String callbackUrl) throws OAuthMessageSignerException, OAuthNotAuthorizedException, OAuthExpectationFailedException, OAuthCommunicationException {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // update to use signpost-commonshttp4-1.2.1.1&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; String authUrl = mOAuthProvider.retrieveRequestToken(callbackUrl);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Log.v(&amp;quot;MSOAuth&amp;quot;,&amp;quot;retrieveRequestToken(&amp;quot;+callbackUrl+&amp;quot;)&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // the next line times out&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; String authUrl = mOAuthProvider.retrieveRequestToken(mOAuthConsumer, callbackUrl);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Log.v(&amp;quot;MSOAuth&amp;quot;,&amp;quot;authUrl:&amp;quot;+authUrl);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; this.mRequestToken = getToken();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Log.v(&amp;quot;MSOAuth&amp;quot;,&amp;quot;mRequestToken:&amp;quot;+getToken());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; this.mRequestTokenSecret = getTokenSecret();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; Log.v(&amp;quot;MSOAuth&amp;quot;,&amp;quot;mRequestTokenSecret:&amp;quot;+getTokenSecret());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; return authUrl;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void retrieveAccessToken(String verifier) throws OAuthMessageSignerException, OAuthNotAuthorizedException, OAuthExpectationFailedException, OAuthCommunicationException {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; // update to use signpost-commonshttp4-1.2.1.1&lt;br /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthProvider.retrieveAccessToken(verifier);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; mOAuthProvider.retrieveAccessToken(mOAuthConsumer, verifier);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m not getting any response, though I&amp;#39;m still able to authenticate to twitter with no issues, so it seems that OAuth is implemented correctly. Even when I switch back to using DefaultOAuthProvider, it won&amp;#39;t authenticate with MySpace. Why can&amp;#39;t I authenticate anymore?&lt;br /&gt;</description></item><item><title>Communication with the service provider failed: api.myspace.com </title><link>http://developer.myspace.com/community/forums/thread/52597.aspx</link><pubDate>Tue, 01 Mar 2011 18:09:18 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52597</guid><dc:creator>Bryan</dc:creator><slash:comments>4</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52597.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52597</wfw:commentRss><description>Hi,

I&amp;#39;m testing out the myspace android sdk using the referenced jar files on the project page, commons-codec-1.4.jar, myspace-android-sdk-1.2.jar, signpost-commonshttp4-1.1-SNAPSHOT.jar and signpost-core-1.1-SNAPSHOT.jar, and am getting this error response when trying to retrieve a request token:

Communication with the service provider failed: api.myspace.com

I&amp;#39;m using the emulator, which has a network connect. I can load api.myspace.com in the browser. My code was working before. Why is this happening?

Thanks,
Bryan

Here is the code that I&amp;#39;m using to test this:

package com.piusvelte.myspacedebug2;

import java.util.Map;

import com.myspace.sdk.MSLoginActivity;
import com.myspace.sdk.MSRequest;
import com.myspace.sdk.MSSDK;
import com.myspace.sdk.MSSession;
import com.myspace.sdk.MSSession.IMSSessionCallback;

import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.util.Log;

public class MySpaceDebug2 extends Activity implements IMSSessionCallback {
    /** Called when the activity is first created. */
	private static Uri MYSPACE_CALLBACK = Uri.parse(&amp;quot;sonet://myspace&amp;quot;);
	protected static final String MYSPACE_KEY = &amp;quot;&amp;quot;;
	protected static final String MYSPACE_SECRET = &amp;quot;&amp;quot;;
	private static final String TAG = &amp;quot;MySpaceDebug2&amp;quot;;
    private MSSession mMSSession;
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        mMSSession = MSSession.getSession(MYSPACE_KEY, MYSPACE_SECRET, MYSPACE_CALLBACK.toString(), this);
        startActivity(new Intent(this, MSLoginActivity.class));
    }

    @Override
    public void sessionDidLogin(MSSession session) {
            mMSSession.setToken(session.getToken());
            mMSSession.setTokenSecret(session.getTokenSecret());
            MSSDK.getUserInfo(new MSRequestCallback());
    }

    @Override
    public void sessionDidLogout(MSSession session) {
    }

    // MySpace
    private class MSRequestCallback extends MSRequest.MSRequestCallback {

            @Override
            public void requestDidFail(MSRequest request, Throwable error) {
                    Log.e(TAG, error.getMessage());
            }

            @Override
            public void requestDidLoad(MSRequest request, Object result) {
                    Map data = (Map) result;
                    result = data.get(&amp;quot;data&amp;quot;);
                    if (result instanceof Map) {
                            Map userObject = (Map) result;
                            Log.v(TAG,&amp;quot;username:&amp;quot;+ userObject.get(&amp;quot;userName&amp;quot;).toString());
                    }                       
            }
    }
}</description></item><item><title>Albums management issues</title><link>http://developer.myspace.com/community/forums/thread/45830.aspx</link><pubDate>Fri, 22 Jan 2010 15:36:49 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:45830</guid><dc:creator>Kostya</dc:creator><slash:comments>14</slash:comments><comments>http://developer.myspace.com/community/forums/thread/45830.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=45830</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Good day,&lt;/p&gt;&lt;p&gt;According to this: http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Albums#Add_albums&lt;br /&gt;I can create new album using PHP sample provided. &lt;/p&gt;&lt;p&gt;(I use the latest available &lt;b&gt;opensocial-php-client-1.1.1&lt;/b&gt;, MySpaceID app and 3-legged OAuth)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The first issue I&amp;#39;ve faced is that album creation doesn&amp;#39;t actually work. According to example:&lt;br /&gt;&lt;/p&gt;&lt;pre class="source-php"&gt;&lt;span class="re0"&gt;$album&lt;/span&gt; &lt;span class="sy0"&gt;=&lt;/span&gt; &lt;span class="kw2"&gt;new&lt;/span&gt; osapiAlbum&lt;span class="br0"&gt;(&lt;/span&gt;&lt;span class="br0"&gt;)&lt;/span&gt;&lt;span class="sy0"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span class="re0"&gt;$album&lt;/span&gt;&lt;span class="sy0"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="me1"&gt;setFields&lt;/span&gt;&lt;span class="br0"&gt;(&lt;/span&gt;&lt;span class="st0"&gt;&amp;#39;caption&amp;#39;&lt;/span&gt;&lt;span class="sy0"&gt;,&lt;/span&gt; &lt;span class="st0"&gt;&amp;#39;new album caption&amp;#39;&lt;/span&gt;&lt;span class="br0"&gt;)&lt;/span&gt;&lt;span class="sy0"&gt;;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;span class="re0"&gt;$user_params&lt;/span&gt; &lt;span class="sy0"&gt;=&lt;/span&gt; &lt;span class="kw3"&gt;array&lt;/span&gt;&lt;span class="br0"&gt;(&lt;/span&gt;&lt;br /&gt;    &lt;span class="st0"&gt;&amp;#39;userId&amp;#39;&lt;/span&gt; &lt;span class="sy0"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="st0"&gt;&amp;#39;@me&amp;#39;&lt;/span&gt;&lt;span class="sy0"&gt;,&lt;/span&gt; &lt;br /&gt;    &lt;span class="st0"&gt;&amp;#39;groupId&amp;#39;&lt;/span&gt; &lt;span class="sy0"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="st0"&gt;&amp;#39;@self&amp;#39;&lt;/span&gt;&lt;span class="sy0"&gt;,&lt;/span&gt; &lt;br /&gt;    &lt;span class="st0"&gt;&amp;#39;album&amp;#39;&lt;/span&gt; &lt;span class="sy0"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="re0"&gt;$album&lt;/span&gt;&lt;br /&gt;&lt;span class="br0"&gt;)&lt;/span&gt;&lt;span class="sy0"&gt;;&lt;/span&gt; &lt;br /&gt;&lt;/pre&gt;&lt;p&gt;But in fact class osapiAlbum doesn&amp;#39;t have method &amp;quot;setFields&amp;quot;. Actually there&amp;#39;s no such methods in any classes so I assumed that it&amp;#39;s a misprint andyou meant &lt;span class="re0"&gt;$album&lt;/span&gt;&lt;span class="sy0"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="me1"&gt;setField()&lt;/span&gt;&lt;/p&gt;&lt;p&gt;After renaming this method I constantly get something like this:&lt;/p&gt;&lt;pre&gt;[create_album] =&amp;gt; osapiError Object&lt;br /&gt;        (&lt;br /&gt;            [errorCode:private] =&amp;gt; 401&lt;br /&gt;            [errorMessage:private] =&amp;gt; &amp;quot;401 - Unauthorized: Access is denied due to invalid credentials.&amp;quot;&lt;br /&gt;            [response] =&amp;gt; &lt;br /&gt;        )&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;Does anyone have any ideas about what&amp;#39;s wrong?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Second question (probably connected to the first one):&amp;nbsp; I was able to get the list of my albums. But there seems to be a way to list not only public albums but all of them including visible to friends and private. There&amp;#39;s a nice table with permission levels here: http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Albums#Notes but I can&amp;#39;t find where to set these permissions.I don&amp;#39;t have any checkboxes/dropdowns for setting permissions on my app &amp;quot;Edit Details&amp;quot; page.&lt;/p&gt;&lt;p&gt;Any thoughts/links where to read more? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>oauth authentication is now failing</title><link>http://developer.myspace.com/community/forums/thread/52424.aspx</link><pubDate>Wed, 02 Feb 2011 15:20:02 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52424</guid><dc:creator>Bryan</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52424.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52424</wfw:commentRss><description>Hi,
I&amp;#39;ve been using the myspace api for an android app for several months, but now I&amp;#39;m getting errors when requesting friend feeds. The issue appears to have started sometime in January.

This code still works for authenticated users and getting the token and token secret:

mMSSession = MSSession.getSession(MYSPACE_KEY, MYSPACE_SECRET, MYSPACE_CALLBACK, this);
startActivity(new Intent(this, MSLoginActivity.class));
...
@Override
public void sessionDidLogin(MSSession session) {
	mMSSession.setToken(session.getToken());
	mMSSession.setTokenSecret(session.getTokenSecret());
	MSSDK.getUserInfo(new MSRequestCallback());
}

But this code, which used to work fine, is now returning 401 errors:

OAuthConsumer consumer = new CommonsHttpOAuthConsumer(MYSPACE_KEY, MYSPACE_SECRET, SignatureMethod.HMAC_SHA1);
consumer.setTokenWithSecret(accounts.getString(itoken), accounts.getString(isecret));
HttpClient client = new DefaultHttpClient();
ResponseHandler  responseHandler = new BasicResponseHandler();
HttpGet request = new HttpGet(&amp;quot;http://opensocial.myspace.com/1.0/statusmood/@me/@friends/history?includeself=true&amp;amp;fields=author,source&amp;quot;);
try {
	consumer.sign(request);
	String response = client.execute(request, responseHandler);
...

It&amp;#39;s returning the following errors:

Authentication error: Unable to respond to any of these challenges: {}
org.apache.http.client.HttpResponseException: Unauthorized

Did something about the authentication change? Any ideas how to get this working again?

Thank you!
Bryan</description></item><item><title>OAuth tool generates invalid URLs?</title><link>http://developer.myspace.com/community/forums/thread/52571.aspx</link><pubDate>Thu, 24 Feb 2011 22:26:16 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52571</guid><dc:creator>Wvmrkt</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52571.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52571</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I&amp;#39;m generating some requests using the OAuth tool, and they all result in &amp;quot;Invalid digital signature for base string&amp;quot; errors (even though I&amp;#39;m pretty sure they were fine on 02/22). Has anything changed recently? Am I doing anything wrong?&lt;/p&gt;

&lt;p&gt;Here are the input parameters I use and a sample output (I edited out the consumer key and secret everywhere):
&lt;ul&gt;
&lt;li&gt;Server: http://api.myspace.com&lt;/li&gt;
&lt;li&gt;Resource URL: 1.0/people/myspace.com.person.12345/@friends?format=json&amp;amp;startIndex=1&lt;/li&gt;
&lt;li&gt;Consumer Key: &amp;lt;the consumer key of my app&amp;gt;&lt;/li&gt;
&lt;li&gt;Consumer Secret: &amp;lt;the consumer secret of my app&amp;gt;&lt;/li&gt;
&lt;li&gt;OAuth Token: &amp;lt;empty string&amp;gt;&lt;/li&gt;
&lt;li&gt;OAuth Token Secret: &amp;lt;empty string&amp;gt;&lt;/li&gt;
&lt;li&gt;OAuth Timestamp: &amp;lt;empty string&amp;gt;&lt;/li&gt;
&lt;li&gt;OAuth Nonce: &amp;lt;empty string&amp;gt;&lt;/li&gt;
&lt;li&gt;Signature Method: HMAC-SHA1&lt;/li&gt;
&lt;li&gt;Version: None&lt;/li&gt;
&lt;li&gt;OAuth Mode: Querystring&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Response body:
&lt;ul&gt;
&lt;li&gt;1.RequestURI=http://api.myspace.com/1.0/people/myspace.com.person.12345/@friends?format=json&amp;amp;oauth_consumer_key=&amp;lt;consumer_key&amp;gt;&amp;amp;oauth_nonce=634341088029737523&amp;amp;oauth_signature=DBoMW61LhwvLxlswB3B4VczfYds=&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_timestamp=1298512002&amp;amp;startIndex=1&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;2.BaseString=GET&amp;amp;http%3A%2F%2Fapi.myspace.com%2F1.0%2Fpeople%2Fmyspace.com.person.12345%2F%40friends&amp;amp;format%3Djson%26oauth_consumer_key%3D&amp;lt;consumer_key&amp;gt;%26oauth_nonce%3D634341088029737523%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1298512002%26startIndex%3D1&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;li&gt;3.Signature=DBoMW61LhwvLxlswB3B4VczfYds=&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;Request Format: URI Representation of the Request:&lt;/p&gt;

&lt;p&gt;http://api.myspace.com/1.0/people/myspace.com.person.12345/@friends?format=json&amp;amp;oauth_consumer_key=&amp;lt;consumer_key&amp;gt;&amp;amp;oauth_nonce=634341088029737523&amp;amp;oauth_signature=DBoMW61LhwvLxlswB3B4VczfYds%3D&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_timestamp=1298512002&amp;amp;startIndex=1&lt;/p&gt;


&lt;p&gt;When I paste this URL into a browser, I get:&lt;/p&gt;

&lt;p&gt;{&amp;quot;statusCode&amp;quot;:&amp;quot;401&amp;quot;,&amp;quot;statusDescription&amp;quot;:&amp;quot;Invalid digital signature for base string: \&amp;quot;GET&amp;amp;http%3A%2F%2Fapi.myspace.com%2F1.0%2Fpeople%2Fmyspace.com.person.12345%2F%40friends&amp;amp;format%3Djson%26oauth_consumer_key%3D&amp;lt;consumer_key&amp;gt;%26oauth_nonce%3D634341085548018773%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1298511754%26startIndex%3D1\&amp;quot;&amp;quot;}&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;

&lt;p&gt;(My app generates exactly the same output as the OAuth tool, and I can&amp;#39;t move forward before I figure this out.)&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Invalid digital signature for base string</title><link>http://developer.myspace.com/community/forums/thread/52366.aspx</link><pubDate>Tue, 25 Jan 2011 22:59:31 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52366</guid><dc:creator>Andrew</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52366.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52366</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am trying to create a signature for the api.myspace.com/stream/subscription API. I am new to OAUTH, and I don&amp;#39;t quite understand how I should be setting up my request URI. I have tried, as post:&lt;/p&gt;&lt;p&gt;&amp;nbsp; http://api.myspace.com/stream/subscription?=http://adserver.location-labs.com/test/processEvents&lt;/p&gt;&lt;p&gt;&amp;nbsp;and&lt;/p&gt;&lt;p&gt;http://api.myspace.com/stream/subscription?={\&amp;quot;Subscription\&amp;quot; : { \&amp;quot;Type\&amp;quot; : \&amp;quot;All\&amp;quot;, &amp;quot;Endpoint&amp;quot; : &amp;quot;http://adserver.location-labs.com/test/processEvents&amp;quot;, \&amp;quot;Rate\&amp;quot; : 1, \&amp;quot;Format\&amp;quot; : \&amp;quot;application/atom+xml\&amp;quot;, }},&lt;/p&gt;&lt;p&gt;neither of which works, I get the above error message.&amp;nbsp; I am using my signature key and secret as input to an oauth signing method. Not sure what to do next.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I also tried using the latter formulation, as a get, and a different error message results:&lt;/p&gt;&lt;p&gt;No REST endpoint was found for this request.&amp;nbsp; Please check the URI and HTTP method used.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Not sure if this is progress or not ...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Andrew &lt;br /&gt;&lt;/p&gt;</description></item><item><title>opensocial-java-client gets null Parser.</title><link>http://developer.myspace.com/community/forums/thread/52290.aspx</link><pubDate>Tue, 18 Jan 2011 09:07:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52290</guid><dc:creator>Hoon</dc:creator><slash:comments>1</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52290.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52290</wfw:commentRss><description>Hi, all,

I&amp;#39;m developing MySpace client application for android by using opensocial-java-client library.&lt;br /&gt;
I had no problem with this until first week of January in this year. However, suddenly the application has a problem.&lt;br /&gt;
When my application requests for the information of accounts to MySpace server, opensocial library gets Exceptions.&lt;br /&gt;
Has MySpace been changed? or Do I develop with wrong code?&lt;br /&gt;
Any hint is very appreciated.&lt;br /&gt;
&lt;br /&gt;
Following is my code and stackTrace.&lt;br /&gt;
&lt;br /&gt;
code I wrote-----------------------------------------------------------------------------------------------&lt;br /&gt;
	oAuth = msCustLogin.getOAuth3LeggedScheme(id, passwd);&lt;br /&gt;
	msClient = new Client(new MySpaceProvider(), oAuth);&lt;br /&gt;
&lt;br /&gt;
	Request pReq = PeopleService.getViewer();&lt;br /&gt;
	Response response;&lt;br /&gt;
&lt;br /&gt;
	try {&lt;br /&gt;
		response = msClient.send(pReq);		&lt;br /&gt;
		myMSInfo = response.getEntry();&lt;br /&gt;
	} catch (Exception e) {&lt;br /&gt;
		e.printStackTrace();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
StackTrace I got-------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
01-18 02:30:35.940: WARN/System.err(26873): java.lang.NullPointerException&lt;br /&gt;
01-18 02:30:35.950: WARN/System.err(26873):     at org.opensocial.Response.getParser(Response.java:93)&lt;br /&gt;
01-18 02:30:35.950: WARN/System.err(26873):     at org.opensocial.Response.parseRestResponse(Response.java:86)&lt;br /&gt;
01-18 02:30:35.950: WARN/System.err(26873):     at org.opensocial.Client.submitRestRequest(Client.java:204)&lt;br /&gt;
01-18 02:30:35.950: WARN/System.err(26873):     at org.opensocial.Client.send(Client.java:160)&lt;br /&gt;
01-18 02:30:35.950: WARN/System.err(26873):     at org.opensocial.Client.send(Client.java:116)&lt;br /&gt;
&lt;br /&gt;
Response of MySpace when the Exception occurs---------------------------------------------------------------&lt;br /&gt;
(I replaced token, tokenSecret and userId values.)&lt;br /&gt;
&lt;br /&gt;
{&amp;quot;captcha&amp;quot;:{&amp;quot;captchaGuid&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;captchaImageUri&amp;quot;:&amp;quot;&amp;quot;},&amp;quot;error&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;token&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;tokenSecret&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;userId&amp;quot;:&amp;quot;&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;</description></item><item><title>Continuous 401 "Invalid digital signature for base string"</title><link>http://developer.myspace.com/community/forums/thread/49718.aspx</link><pubDate>Tue, 10 Aug 2010 07:22:42 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:49718</guid><dc:creator>F This</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/49718.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=49718</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;So, now that I have my social media class (in C#) working and completing the OAuth cycle with MySpace, I&amp;#39;m stuck with the inability to actually perform API calls. For example, I just want to update the status and mood of a user, and I keep getting back a 401 error. I can only conclude that I&amp;#39;m either adding something to the params I shouldn&amp;#39;t be, or that I&amp;#39;m missing something from the params that should be there. If the docs were actually informative easy to understand, I might know, but alas, they are not and I don&amp;#39;t.&lt;/p&gt;&lt;p&gt;On a side note, my ultimate goal is to really post a message to a user&amp;#39;s account with a link back to the website that initiated the whole dance, so if I&amp;#39;m not performing the right API call, then let me know. If possible, I&amp;#39;ll appreciate examples as well on acomplishing the task. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;So, here is the actual call being performed (formatted for legibility):&lt;/p&gt;&lt;p&gt;&lt;b&gt;API Endpoint &lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;div id=":44" class="ii gt"&gt;&lt;div id=":40"&gt;&lt;p&gt;&lt;a href="http://opensocial.myspace.com/1.0/statusmood/@me/@self?format=xml" target="_blank"&gt;http://opensocial.myspace.com/1.0/statusmood/@me/@self?format=xml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;OAuth Header &lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;OAuth&lt;/li&gt;&lt;li&gt;oauth_consumer_key=&amp;quot;b74ab64e8cb245d8aa2c83a29c50ca33&amp;quot;,&lt;/li&gt;&lt;li&gt;oauth_nonce=&amp;quot;uQd68aEmnqKkvI1rfZ9GCBtHA3qQSu9I5tJA9RiM8rIsHZmYloPnIdc2wFFfTYE2&amp;quot;,&lt;/li&gt;&lt;li&gt;oauth_signature_method=&amp;quot;HMAC-SHA1&amp;quot;,&lt;/li&gt;&lt;li&gt;oauth_timestamp=&amp;quot;1281423154&amp;quot;,&lt;/li&gt;&lt;li&gt;oauth_token=&amp;quot;m0Qcum8vlMJX5WTg3f2D3TIRj90I%2BW%2BsygRPYj3tCoJXQe%2BauoDwSscxgoVt5asYoXHPLqipM%2Ba6%2FtM8xRsY6087VarwVdU4lcQCDEtqOvQ%3D&amp;quot;,&lt;/li&gt;&lt;li&gt;oauth_signature=&amp;quot;ZXZxvdof7aaez%2Bnd%2FHCKrku%2Fyi4%3D&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;POST Params &lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;moodName=curious&lt;/li&gt;&lt;li&gt;&amp;amp;status=jvuifiuyf%20iyf%20iuf%20iuf%20uif%20%20uyiiouioiggoygy%20io%20igoggoioi&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;API Response &lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;401&lt;/li&gt;&lt;li&gt;Invalid digital signature for base string:&lt;/li&gt;&lt;li&gt;&amp;quot;POST&amp;amp;http%3A%2F%&lt;a href="http://2fopensocial.myspace.com/" target="_blank"&gt;2Fopensocial.myspace.com&lt;/a&gt;%2F1.0%2Fstatusmood%2F%40me%2F%40self&amp;amp;format%3Dxml%26oauth_consumer_key%3Db74ab64e8cb245d8aa2c83a29c50ca33%26oauth_nonce%3DuQd68aEmnqKkvI1rfZ9GCBtHA3qQSu9I5tJA9RiM8rIsHZmYloPnIdc2wFFfTYE2%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1281423154%26oauth_token%3Dm0Qcum8vlMJX5WTg3f2D3TIRj90I%2BW%2BsygRPYj3tCoJXQe%2BauoDwSscxgoVt5asYoXHPLqipM%2Ba6%2FtM8xRsY6087VarwVdU4lcQCDEtqOvQ%3D&amp;quot;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div id=":40"&gt;I&amp;#39;ve verified that the signature is being generated as it should be through the use of &lt;a href="http://oauth.googlecode.com/svn/code/javascript/example/signature.html" target="_blank"&gt;this tool&lt;/a&gt;, based on the params I know I&amp;#39;m working with. So, what&amp;#39;s going on? Where am I screwing up with this API call?&lt;/div&gt;&lt;div id=":40"&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=":40"&gt;I&amp;#39;m leaning on the idea that it&amp;#39;s the MySpace side that&amp;#39;s failing because from what I see, the string it wants me to send is not the string I should be sending based on the OAuth spec which requires &lt;i&gt;ALL &lt;/i&gt;params: Form, Query, and Header; to be part of the signature calculation. In the string that the API is responding with, I only see the Query and the Header params, unless the API just doesn&amp;#39;t care to declare the Form params in the response. &lt;br /&gt;&lt;/div&gt;&lt;div id=":40"&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=":40"&gt;P.S. Please, whoever is replying, don&amp;#39;t ask me to send you an email with Wireshark caps. I don&amp;#39;t know how to use that thing, nor do I really care to learn to. Just pretend it doesn&amp;#39;t exist and answer my question just like how the majority of other tech support forums do (which I would be asking at had it not been for the complete lack of care for MySpace...). I&amp;#39;ll deal with this issue for a day or two more, but after that I&amp;#39;m just going to abandon MySpace integration permanently... &lt;/div&gt;&lt;div id=":40"&gt;&amp;nbsp;&lt;/div&gt;&lt;div id=":40"&gt;Thanks in advance! &lt;br /&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Tester is Unauthorized to fetch data</title><link>http://developer.myspace.com/community/forums/thread/52083.aspx</link><pubDate>Wed, 22 Dec 2010 23:00:10 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52083</guid><dc:creator>phreekk™</dc:creator><slash:comments>3</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52083.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52083</wfw:commentRss><description>I have a Gadget app that uses the OpenSocial 1.0 spec and works fine for me and anyone listed as a developer.  But I have a tester (that I can&amp;#39;t seem to make a developer) and they receive the error message &amp;quot;unauthorized&amp;quot; when I try to implement a newFetchPersonRequest.&lt;br /&gt;&lt;br /&gt;

I have made sure the account has added the app and that their privacy settings are not blocking games or third-party apps.&lt;br /&gt;&lt;br /&gt;

Is there another setting or something I need to add to my request?&lt;br /&gt;&lt;br /&gt;

Tester ID: 558659572&lt;br /&gt;
App ID: 197533&lt;br /&gt;&lt;br /&gt;

Error Response:&lt;br /&gt;
{&amp;quot;responseItems_&amp;quot;:{&amp;quot;viewer&amp;quot;:{&amp;quot;originalDataRequest_&amp;quot;:{&amp;quot;osToken_&amp;quot;:&amp;quot;0iNdAd7/p4kkZ4u7JBhN1iguipgHVSoj1U8FQ7XfFRLeA8/ItlupBRkTtCM5dKK0gc16Si9rYlt1wDZs9fffT59XDiQRThbrQcyEcLqduNU=&amp;quot;, &amp;quot;requestObjects&amp;quot;:{&amp;quot;_hash&amp;quot;:{}, &amp;quot;_num&amp;quot;:0}, &amp;quot;requestObjectCount_&amp;quot;:0, &amp;quot;busy_&amp;quot;:false, &amp;quot;requestPool_&amp;quot;:{&amp;quot;q&amp;quot;:[, &amp;quot;qSpace&amp;quot;:0}, &amp;quot;method&amp;quot;:&amp;quot;GET&amp;quot;, &amp;quot;params&amp;quot;:{}, &amp;quot;endPoint&amp;quot;:&amp;quot;http://opensocial.msappspace.com/1.0/people/558659572/@self?ts=1293058504290&amp;amp;fields=aboutMe, age, bodyType, books, children, currentLocation, drinker, ethnicity, gender, hasApp, heroes, id, interests, jobInterests, lookingFor, movies, music, name, networkPresence, nickname, organizations, photos, profileSong, profileUrl, relationshipStatus, religion, sexualOrientation, smoker, status, thumbnailUrl, tvShows, urls&amp;quot;, &amp;quot;errored_&amp;quot;:true, &amp;quot;itemsProcessed_&amp;quot;:0, &amp;quot;RequestIdTable_&amp;quot;:null}, &amp;quot;data_&amp;quot;:null, &amp;quot;errorCode_&amp;quot;:&amp;quot;unauthorized&amp;quot;, &amp;quot;errorMessage_&amp;quot;:&amp;quot;Unauthorized&amp;quot;, &amp;quot;restData_&amp;quot;:null}}, &amp;quot;globalError_&amp;quot;:true}&lt;br /&gt;&lt;br /&gt;

When I request access, and select Allow I use this code:&lt;br /&gt;
var P = MyOpenSpace.Permission;&lt;br /&gt;
opensocial.requestPermission([P.VIEWER_FULL_PROFILE_INFO,P.VIEWER_ACCESS_TO_BASIC_INFO,P.VIEWER_DISPLAY_ON_PROFILE,P.VIEWER_DISPLAY_ON_HOME], &amp;quot;Access is required to play.&amp;quot;, permVerify);

I get this response, and still it&amp;#39;s Unauthorized:&lt;br /&gt;
{&amp;quot;originalDataRequest_&amp;quot;:null, &amp;quot;data_&amp;quot;:[{&amp;quot;user&amp;quot;:&amp;quot;VIEWER&amp;quot;, &amp;quot;permission&amp;quot;:&amp;quot;ViewFullProfileInfo&amp;quot;, &amp;quot;permissionIndicator&amp;quot;:&amp;quot;VF&amp;quot;}], &amp;quot;errorCode_&amp;quot;:&amp;quot;&amp;quot;, &amp;quot;errorMessage_&amp;quot;:&amp;quot;&amp;quot;, &amp;quot;restData_&amp;quot;:null}&lt;br /&gt;&lt;br /&gt;

And when I reload the page I get the permission request again, likes it not being saved.</description></item><item><title>errorMessage : The remote name could not be resolved</title><link>http://developer.myspace.com/community/forums/thread/52116.aspx</link><pubDate>Sun, 26 Dec 2010 17:42:03 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52116</guid><dc:creator>Daniel</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52116.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52116</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;appID = 134395. &lt;/p&gt;&lt;p&gt;My app doesnt work !&lt;/p&gt;&lt;p&gt;The response is&amp;nbsp;&lt;/p&gt;&lt;pre&gt;&lt;code class="wrappedText focusRow"&gt;{ &amp;quot;errorMessage&amp;quot; : &amp;quot;The remote name could not be resolved: &amp;#39;studiez.ro&amp;#39;&amp;quot; }&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Invalid Signature</title><link>http://developer.myspace.com/community/forums/thread/52019.aspx</link><pubDate>Wed, 15 Dec 2010 03:27:56 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52019</guid><dc:creator>Chong</dc:creator><slash:comments>2</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52019.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52019</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using a simple php curl to send the request and get back response as below.&lt;/p&gt;
&lt;p&gt;My issue is that i am not able to get the exact signature generated by the OAUTH tools.&lt;/p&gt;
&lt;p&gt;/******* PHP CODE AS BELOW *********/&lt;/p&gt;
&lt;p&gt;$ts = &amp;#39;1292383279&amp;#39;;&lt;br /&gt;$nnc = &amp;#39;634279800892466620&amp;#39;;&lt;/p&gt;
&lt;p&gt;$ckey = &amp;#39;http://www.myspace.com/557696287&amp;#39;;&lt;br /&gt;$csec = &amp;#39;988d121aad514c5a86dc2c62cf6c30ff358e61599ae940ed9ae2db5c7add6db1&amp;#39;;&lt;/p&gt;
&lt;p&gt;$base = &amp;quot;GET&amp;amp;&amp;quot; . urlencode(&amp;quot;&lt;a href="http://api.myspace.com/request_token"&gt;http://api.myspace.com/request_token&lt;/a&gt;&amp;quot;);&lt;br /&gt;$base .= &amp;quot;%26oauth_consumer_key%3D&amp;quot; . urlencode(urlencode($ckey));&lt;br /&gt;$base .= &amp;quot;%26oauth_nonce%3D&amp;quot; . $nnc;&lt;br /&gt;$base .= &amp;quot;%26oauth_signature_method%3DHMAC-SHA1&amp;quot;;&lt;br /&gt;$base .= &amp;quot;%26oauth_timestamp%3D&amp;quot; . $ts;&lt;br /&gt;$base .= &amp;quot;%26oauth_token%3D&amp;quot;;&lt;br /&gt;$base .= &amp;quot;%26oauth_version%3D1.0&amp;quot;;&lt;/p&gt;
&lt;p&gt;$sig = hash_hmac(&amp;#39;SHA1&amp;#39;, $base, $csec . &amp;quot;&amp;amp;&amp;quot;, true);&lt;br /&gt;$sig = urlencode(base64_encode($sig));&lt;/p&gt;
&lt;p&gt;print &amp;quot;EXPECTED : &lt;strong&gt;%2BvkePnj%2BvkcjhJZt2zBj4Jakv8g%3D&lt;/strong&gt; &amp;lt;br&amp;gt;&amp;quot;;&lt;br /&gt;print &amp;quot;RESULT : $sig&amp;quot;; # This will return &lt;strong&gt;ejsDOX6NOZxMVwrOClmRGi9v5Bw%3D&lt;/strong&gt; which are different from the expected.&lt;/p&gt;
&lt;p&gt;/******** END PHP CODE *************/&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I had tried using the myspace OAUTH tools and putting in info as above and able to get the response. So i copy paste the request url from the tools.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://api.myspace.com/request_token?oauth_consumer_key=http%3A%2F%2Fwww.myspace.com%2F557696287&amp;amp;oauth_nonce=634279800892466620&amp;amp;oauth_signature=%2BvkePnj%2BvkcjhJZt2zBj4Jakv8g%3D&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_timestamp=1292383279&amp;amp;oauth_version=1.0"&gt;http://api.myspace.com/request_token?oauth_consumer_key=http%3A%2F%2Fwww.myspace.com%2F557696287&amp;amp;oauth_nonce=634279800892466620&amp;amp;oauth_signature=&lt;strong&gt;%2BvkePnj%2BvkcjhJZt2zBj4Jakv8g%3D&lt;/strong&gt;&amp;amp;oauth_signature_method=HMAC-SHA1&amp;amp;oauth_timestamp=1292383279&amp;amp;oauth_version=1.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Above is the working request with the same parameter i passing in. &lt;br /&gt;So i get the expected signature from the url which is &lt;strong&gt;%2BvkePnj%2BvkcjhJZt2zBj4Jakv8g%3D&lt;br /&gt;&lt;/strong&gt;trying to compare with the one i created and they are different.&lt;br /&gt;This is my only problem why i always get signature_invalid.&lt;br /&gt;Did i did anything wrong in constructing the base string or hashing the signature?&lt;/p&gt;
&lt;p&gt;&lt;u&gt;Below is the final base string for your reference&lt;/u&gt;&lt;br /&gt;GET&amp;amp;http%3A%2F%2Fapi.myspace.com%2Frequest_token%26oauth_consumer_key%3Dhttp%253A%252F%252Fwww.myspace.com%252F557696287%26oauth_nonce%3D1733832921%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1292383371%26oauth_token%3D%26oauth_version%3D1.0&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance for your help.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>