I have been running the PHP API for several weeks during development without any issues. The only items I use it for are to collect the owner profile and owner friends. My application and secret keys have been returning a valid OAuth connection (and data fetch) during this time but suddenly the process is returning the following message:
stdClass Object
(
[statusCode] => 401
[statusDescription] => Authentication failed. Failed to resolve application URI "http://www.myspace.com/396659585"
)
I switched the application & secret keys to another app to see if there was an issue there and it worked for another week...then I received the same error again suddenly. I've verified:
- The OAuth credentials are being passed correctly to the URL
- The user has the app installed
The data fetch has not changed during this time so it just suddenly stopped working when it was perfectly functional. The applications being affected are:
I have tried both the official and unofficial PHP API's with the same results. Is there a known issue here as I have seen other developer posts with similar problems.
Thank you.