-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getAccessToken() - a new access token with each request #38
Comments
@DaveyBrown Hey, right now this library doesn't support caching. I recommend you to cache the access token. As I am planning to integerate with |
@DaveyBrown If you have any other idea, Let me know |
in your examples it's shown how to get the token, but not to set a previously saved token when creating a new Ebay object, e.g. on next run. |
I am getting this error on taxonomyapi:
|
Hi, should I be caching the access token and using it?
At the moment it looks like the module is requesting a new access token from ebay with every method call.
Is there an option to use a cached access token?
The text was updated successfully, but these errors were encountered: