Skip to content

oauth2 package - pass in scope delimiter character, default to 'a single space #20418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DartBot opened this issue Aug 8, 2014 · 2 comments
Closed
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

Comments

@DartBot
Copy link

DartBot commented Aug 8, 2014

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.

@sgjesse
Copy link
Contributor

sgjesse commented Aug 11, 2014

Added Area-Pkg, Pkg-oauth2, Triaged labels.

@DartBot DartBot added Type-Enhancement area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Aug 11, 2014
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/tools#308.

@DartBot DartBot closed this as completed Jun 5, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants