Ok, that was my mistake to pass the Authorization header, I was just calling the same function on the client side and only changing the method from POST to GET.
Without the Authorization header, I'm just sending a GET call to "http://ProjectName/services/authorize?oauth_token=xyz" and now I'm getting a "WARNING: Client is invalid" error on the server logs. I think this is because the oauth_consumer is not specified in the URL/ header. Am I missing something here? -- View this message in context: http://cxf.547215.n5.nabble.com/OAuth-1-0-in-Apache-CXF-tp5712720p5712827.html Sent from the cxf-user mailing list archive at Nabble.com.
