V9 social login without going through hosted-page

Hi,

I am currently building a VueJS/NuxtJS app where i have implemented Auth0.JS SDK.
My login through database works just fine.

if i use

webAuth.authorize({
connection: 'facebook'
});

It redirects me to a auth0 page instead of facebook login.
I just want it to redirect directly to facebook then the callback to my page.

I have setup and tested the social connection in the Dashboard.
Do I need to use the Authentication API instead of WebAuth?
And what method.

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.