I have tried the MySpaceID SDK for Java sample (Oauth) servlet in my local server, the Oauth work fine ( the consumer key and consumer secret are provided by sample). Then I changed the consumer key and consumer secret using my new MySpaceID consumer key and consumer secret value, but it's not working, i look at the error web page source code. I saw sometihng this
<!-- Application ID: 153995 -->
<!-- Application Consumer Key: c2c11c681ac047fea6be16a3e98b950e -->
<!-- Result: ERROR -->
<!-- Error Detail: 400 - 400 - Bad Request - oauth_problem%3Dparameter_absent%2C%20oauth_parameters_absent%3Doauth_token&oauth_problem_advice%3Doauth_token%20or%20oauth_callback%20is%20missing%20in%20the%20query%20parameter. -->
I wonder why it's not working for my new MySpaceID application. Do you guys have any idea?