Actually,
I am developing a desktop application which makes use of REST APIs for uploading photos to an user account. I am following these steps for authentication:
1. Obtain a request token from MySpace (This token is not user-specific):
2. Redirect the user to the MySpace login page (using authorization URL and request token).
3. Once the user logs-in, he should be able to authenticate the application for uploading the photos to his account. But, the user is getting the following error "401 - Unauthorized Request - You must be a developer of the application to be able to authenticate" .
I thought, the problem might be with how we have obtained the consumer key OR the way in which we have installed the application. Am I correct to assume like this?
Also, as you said, I had tried building the application by clicking on Build Tab in developer site before. But, it leads to 'Email Verification' page. If I click on the link mentioned in the email, the following error message is displayed: "Unexpected error has occurred. The error has been sent to technical group" .
Could you please help me in this regard.
Thanks in advance.