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

TrelloClient invalid "token_key"? #150

Closed
sgaynetdinov opened this issue Aug 12, 2016 · 0 comments · Fixed by #158
Closed

TrelloClient invalid "token_key"? #150

sgaynetdinov opened this issue Aug 12, 2016 · 0 comments · Fixed by #158

Comments

@sgaynetdinov
Copy link
Contributor

class TrelloClient(object):
    """ Base class for Trello API access """

    def __init__(self, api_key, api_secret=None, token=None, token_secret=None):
        """
        Constructor
        :api_key: API key generated at https://trello.com/1/appKey/generate
        :api_secret: the secret component of api_key
        :token_key: OAuth token generated by the user in
                    trello.util.create_oauth_token
        :token_secret: the OAuth client secret for the given OAuth token
        """

in params write token in the document lines token_key

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

Successfully merging a pull request may close this issue.

1 participant