Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Cannot get access token from Bitbucket API

Loknath
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 18, 2018

I'm following below way to get access token to access repositories

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://bitbucket.org/site/oauth2/authorize"
+ "?client_id="+key+"&response_type=code&scope=repository&redirect_url="+callBack_url));
startActivity(intent);

 But in browser after successful login it is saying like did not match with any documents.

Please help on this to access repositories

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events