davidtsadler / ebay-sdk-examples

Several examples of using the eBay SDK for PHP
http://devbay.net
Apache License 2.0
184 stars 100 forks source link

Corrected oAuth Access Method #90

Closed mburton3969 closed 4 years ago

mburton3969 commented 5 years ago

removed the "requesterCredentials" method, added the authorization token to the TradingService Configuration options. The previous configuration would return error: [Error: Auth token is invalid. Validation of the authentication token in API request failed.]. The patch allows successful authorization.

brideo commented 5 years ago

👍