Skip to content

Google setup consent URL contains blank OAuth token #6

@sarnobat

Description

@sarnobat

I copied the example given by the author:

curlicue-setup \
        'https://www.google.com/accounts/OAuthGetRequestToken?scope=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2F' \
        'https://www.google.com/accounts/OAuthAuthorizeToken?oauth_token=$oauth_token' \
        'https://www.google.com/accounts/OAuthGetAccessToken' \
        credentials
Consumer key: 462534562093-e60q6btrojdbua18j5m5sj3l3ptel5m5.apps.googleusercontent.com
Consumer secret: 2tC97iuc8QFa9q8tiGIdFxF7
unable to write 'random state'
unable to write 'random state'
Load this URL: https://www.google.com/accounts/OAuthAuthorizeToken?oauth_token=

The web page that I would go to to authorize the token gives an error, presumably becaues the URL is missing the oauth_token value.

What am I doing incorrectly? The Twitter example worked fine (though also gave the warning about random state).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions