
Salman Syed • about 8 years ago
Authenticating multiple scopes?
Is there a way to request multiple scopes at the same time?
Comments are closed.
Salman Syed • about 8 years ago
Is there a way to request multiple scopes at the same time?
Comments are closed.
2 comments
Uber Developer Manager • about 8 years ago
Hi Salman- Yes, the scope param can accept space delimited scopes. So, for instance, you could specify `profile history_lite request` which will prompt the user to authorize all three.
Salman Syed • about 8 years ago
Thanks!