When raising an activity, you can associate 2 images. The images
must be stored on the MySpace network (in other words: a public viewable photo album).
We accept the following
references:
-
"http://api.myspace.com/v1/users/" + userid + "/albums/" + albumid + "/photos/" + photoid
This follows the syntax as defined for the REST resources of photos.
An example of a REST image reference to a profile image:
http://api.myspace.com/v1/users/355953233
An example of a REST reference to a public image
http://api.myspace.com/v1/users/355953233/albums/406680/photos/8329241
That will resolve to the internal format:
http://viewmorepics.myspace.com/index.cfm?fuseaction=user.editAlbumPhoto&albumID=406680&imageID=8329241
What will resolve to:
http://c1.ac-images.myspacecdn.com/images02/61/l_2b939b3101254ac88df087b2ea837ba0.gif
But don't use these internal formats on the template because it will be rejected.
Marco