Skip to content

Commit

Permalink
Updated callback url
Browse files Browse the repository at this point in the history
  • Loading branch information
shalin-jasani747 authored and shalin-jasani committed Aug 2, 2018
1 parent 78e95b2 commit ad01a3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void authorize(
final String authVersion = (String) cfg.get("auth_version");
Activity activity = this.getCurrentActivity();
FragmentManager fragmentManager = activity.getFragmentManager();
String callbackUrl = "http://localhost/" + providerName;
String callbackUrl = "https://localhost/" + providerName;

OAuthManagerOnAccessTokenListener listener = new OAuthManagerOnAccessTokenListener() {
public void onRequestTokenError(final Exception ex) {
Expand Down

0 comments on commit ad01a3e

Please sign in to comment.