Facebook updated scopes in webAuth.authorize?

Hi I am trying to do something like the example suggested here for the Lock widget, but instead using the webAuth.authorize method

I can confirm that if I try it in the Lock widget config, I can pass the new scopes in, and it works as expected. However if I pass them into the scope of the webAuth.authorize call, they are ignored and instead it just requests email and public_profile.

Is there any way to do this using webAuth.authorize?

Hey there @pgraci!

Let me research that field for you and get back with some info soon!

Hey there!

Judging by auth0.js repo README file, it should be doable. Check this out:

There’s the scope parameter that you can pass when creating the object.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.