My app, using the signpost libraries for performing oauth, is no longer able to request a new token. I"m getting the following errors:
Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm="http://api.myspace.com/authorization", oauth_problem=parameter_absent, oauth_parameters_absent=oauth_consumer_key}
oauth.signpost.exception.OAuthNotAuthorizedException: Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match.
My consumer key and secret have not changed, and neither has the code, since this last worked. Has anyone else encountered this? Does anyone have any ideas why this is happening?
Thank you!
Bryan