My application is integrated with myspace platform. Previously it was working fine.
Recently we introduced SSL in our application.
My local test application runs properly, but in case of live application its throwing exception.
Application Platform: java
java.io.IOException: Server returned HTTP response code: 403 for URL: http://api.myspace.com/request_token?msid_sdk=java_0.8.1
Is it because of SSL integration or for any other reason, as my other registered app runs fine with SSL except mySpace apps.
Please give me some advice on how to fix this issue.