Hey,
we are developing an tvOS app with Facebook sign in, but we hit a few hickups on the way.
First of all, we are using the official FB SDK to get users Access Token, and I know there used to be a way to send this token to Auth0, and receive Auth0 credentials either by loginSocial
method, or with this endpoint https://auth0.com/docs/api/authentication#login15
but this was recently removed (before you could enable the access_token
grant, and it would work, but it seems to have dissapeared)
and now the only supported way that I can find is https://auth0.com/docs/api/authentication#social
, which is not working on tvOS since there is no browser support.
Are there any other ways to use Facebook with Auth0 on tvOS?