I'm using a java rest client lib for OAuth1.0 authentication to access xero API. This is working fine with GET request and I'm able to receive expected response. But it's not working with POST/PUT request and throwing exception
oauth_problem=signature_invalid&oauth_problem_advice=Failed%20to%20validate%20signature
Whilst whenever using http with POST/PUT, getting all inventory data in response without pushing new data.
I have tried lot finding out what's wrong with this. Please suggest me how can I solve it out
Thanks in Advance