Skip to content
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

Using app tokens #14

Open
tarqd opened this issue Nov 8, 2012 · 1 comment
Open

Using app tokens #14

tarqd opened this issue Nov 8, 2012 · 1 comment

Comments

@tarqd
Copy link

tarqd commented Nov 8, 2012

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)

@tarqd
Copy link
Author

tarqd commented Nov 8, 2012

I added a pull request which adds this feature here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant