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
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.
oauth_token
What am I doing incorrectly? The Twitter example worked fine (though also gave the warning about random state).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I copied the example given by the author:
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).
The text was updated successfully, but these errors were encountered: