You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print"Now open the following URL in your browser: {$auth_url}" . PHP_EOL;
53
-
print"After logging in with your UiTID you should inspect your RequestBin and find there the last request with an oauth_token and oauth_verifier." . PHP_EOL;
54
-
print"Make sure the you have identified the right request, containing the oauth token: {$token['oauth_token']}" . PHP_EOL;
print"Now open the following URL in your browser: {$auth_url}" . PHP_EOL;
53
+
print"After logging in with your UiTID you should inspect your RequestBin and find there the last request with an oauth_token and oauth_verifier." . PHP_EOL;
54
+
print"Make sure the you have identified the right request, containing the oauth token: {$token['oauth_token']}" . PHP_EOL;
0 commit comments