About Refresh Tokens #6219
-
It said,
How do I do that, exactly? |
Beta Was this translation helpful? Give feedback.
Answered by
bigfranko
Sep 24, 2024
Replies: 1 comment
-
Follow the instructions here https://www.deviantart.com/developers/authentication to get the oauth, then put the info in your config file. "deviantart": |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow the instructions here https://www.deviantart.com/developers/authentication to get the oauth, then put the info in your config file.
"deviantart":
{
"client-id": "xxxxxx",
"client-secret": "xxxxxxx",
"refresh-token": "xxxxxxxxxx",
"metadata": False
},