oauth2 package - pass in scope delimiter character, default to 'a single space #20418
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by [email protected]
when passing in a list of scopes to get access to for a user the code currently has a hard coded scope delimiter:
if (!scopes.isEmpty) fields["scope"] = scopes.join(' ');
would it be possible to pass in a delimiter character, as I understand it facebook uses a comma rather than a space, so I don't think it is possible to use the oauth2 package to connect with facebook for this reason.
The text was updated successfully, but these errors were encountered: