12.00
Normal
0
false
false
false
EN-GB
X-NONE
X-NONE
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
Hi,
I'm creating a desktop application that enables a MySpace user to login,
authorize my app, and retrieve their albums and corresponding photos. This functionality
works fine but I would now like to retrieve the user’s friend’s albums. I have retrieved
the users list of friends using the Friends resource and I am trying to pass
the retrieved friends user ids to my GetAlbums method but the server always
returns an unauthorized error. It works fine with the logged in user but I can
never retrieve the user’s friend’s albums?
Is there a special way to retrieve the user’s friend’s albums or is
this not possible with the MySpace API? Surely if a user can see their friends
albums on the MySpace website the API should allow an application to retrieve
this information?
Thanks,
Jason