Hi Everyone,
I am battling a bit with the oauth on Xero. When I post the following in the header I am just getting a "consumer key unknown" error. I've checked the key about a 1000 times .. (feels like it) and used another key from another user with the same issue. I assume there is an issue with my post header.
Anyone integrated with Xero already? Any assistance to get the oauth sorted will be much appreciated!
Here is my header:
Authorization: OAuth realm="
https://api.xero.com/api.xro/2.0/",
oauth_consumer_key="GFMDO3R...................................VQIWVVMW",
oauth_token="GFMDO3.....................................IWVVMW",
oauth_signature_method="HMAC-SHA1",
oauth_timestamp="137131201",
oauth_nonce="7d8f3e4a",
oauth_signature="bYT....................3D"
Thank you