-
Notifications
You must be signed in to change notification settings - Fork 196
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
Refreshing OAuth token #50
Comments
@Spoowy currently, no... that is something you will have to handle yourself or with your own library, currently. I can add a couple endpoints for that soon though. |
Are there any examples on using OAuth with this API (as it stands currently)? |
No, I don't use oauth, so I haven't needed to do it. Currently you can use this package with oauth token instead of an api key, but you will have to handle creating and refreshing the token on your own. |
Well done, @ryanwinchester |
Hey everybody,
First thanks for creating this awesome package.
Is there a function to refresh the OAuth token? I can get the whole thing set up but I will need to refresh the OAuth token for further use.
Thanks
The text was updated successfully, but these errors were encountered: