Hum, I look MySpace's API and I found what I want : MySpace REST Resources
But,
Resource: /v1/users/{userId}/photos - THIS ENDPOINT IS OBSOLETE
and
Resource: /v1/users/{userId}/albums/{albumId}/photos - THIS ENDPOINT IS OBSOLETE
So, I can't use this method to upload photo from my website, how I can do this at the moment ?