-
Notifications
You must be signed in to change notification settings - Fork 174
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
OAuth token/secret #82
Comments
+1 Would be nice to have an example to follow to get started. The assumption I'm making is that you have to roll your own to by going through the process of OAuth get the token/secret first. |
Ok, but how to do this? How to generate from web/script those pairs of keys? |
I could figure it out either assumption didn't pan out the way I thought. Just as lost as you are at this point :) |
Back when I first put this together, I used omniauth-bitbucket (via devise) to do an OAuth flow to get the tokens. When BitBucket redirects the request back to your endpoint during the OAuth flow, it will include the token for that user that you combine with the secret you already have. |
Hi, I'm trying to connect to my BitBucket repos:
I've generated consumer key:secret pair, but how I can get oauth token:secret pair?
Without them I am not able to connect to API :(
The text was updated successfully, but these errors were encountered: