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

Remove Authorization, Manual Token Update #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 19, 2015

  1. Remove Authorization, Manual Token Update

    Since Wink does not currently allow ST to authorize using their API, we can remove the authorization and manually hard-code the access & refresh tokens.
    
    Using Advanced REST client (Chrome, Firefox) we set the following:
    
    URL: https://winkapi.quirky.com/oauth2/token
    Request: POST
    Payload: {"client_id":"c22d82a7fc3d6faf06dcff1bcf0feb52","client_secret":"bd44c524a1df9dce134235d174350603","username":"[email protected]","password":"wink-app-pass","grant_type":"password"}
    Content-Type: application/json
    iakoubtchik committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    595cd99 View commit details
    Browse the repository at this point in the history