We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be a method to perform API requests with the app token. You can get by requesting this URL
/oauth/access_token ?grant_type=client_credentials &client_id=11111111 &client_secret=9999999999
You need to do this to make calls to certain functions (such as sending a notification)
The text was updated successfully, but these errors were encountered:
I added a pull request which adds this feature here
Sorry, something went wrong.
No branches or pull requests
There should be a method to perform API requests with the app token.
You can get by requesting this URL
You need to do this to make calls to certain functions (such as sending a notification)
The text was updated successfully, but these errors were encountered: