Delphi XE2 - always getting 401 Unauthorized () trying to get OAuth Access Token from Intuit
- 阅读更多 关于 Delphi XE2 - always getting 401 Unauthorized () trying to get OAuth Access Token from Intuit
问题 I am working on the last step of the OAuth dance with Intuit. This is a Delphi XE2 desktop app and I am using the Indy components. I am successfully getting my request token from Intuit and the callback from their website is properly redirecting me to our web service after I authorize my app. Using the returned verifier from Intuit I build my request to get the access token. I am always getting back a HTTP/1.1 401 Unauthorized error when I make my call to Intuit. If I post the URL I build