Setting up paypal integration correctly with wpf/native apps

Hello, thanks for providing such a great platform to make secure logins trivial for us developers, i’ve sucessfully intergated the login into my application however now when i’m trying to set-up the paypal social i’m getting an error as following your guide here https://auth0.com/docs/connections/social/paypal

This action does not appear to be supported. Report this error so that we can help with it in the future. (invalid area)

I’m suspecting this has something to do with the redirect urls, currently i have the following callback urls; https://mydomain.auth0.com/mobile and https://mydomain.auth0.com/login/callback

How can I progress from here to make it work? I’m happy to provide any additional information