8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c160ea9 + 1117ee0 commit 9e39bbbCopy full SHA for 9e39bbb
src/js/angularOauth.js
@@ -69,7 +69,7 @@ angular.module('angularOauth', []).
69
// TODO: Facebook uses comma-delimited scopes. This is not compliant with section 3.3 but perhaps support later.
70
71
return {
72
- response_type: RESPONSE_TYPE,
+ response_type: config.responseType || RESPONSE_TYPE,
73
client_id: config.clientId,
74
redirect_uri: config.redirectUri,
75
scope: config.scopes.join(" ")
0 commit comments