Javascript easy facebook login

I was followed the social setting of facebook in api documentation:
https://backendless.com/documentation/manage/mgmt_social_settings.htm
and then i try the facebook login example from code generation in backendless
the dialog was pop up, and it redirect to api.backendless.com/v1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
but it is a blank page.
more question, does backendless facebook login support login with native facebook login session (when the user is installed the facebook app and logged in, it does not require the using type the email and password again)?

Hi Keen,

I just checked the code generation sample for JS and it worked fine.
Can you please double check whether you’ve set every value mentioned in the instruction? And the last one, Valid OAth redirect URI?
If yes, please provide your application ID so that we can recheck the easy facebook login with your application.

As to your last question, assuming you’re using javascript, there’s no Facebook app in the browser as far as I know. Or maybe you’re developing your app for mobile devices? If yes, which framework do you use?

I am using ionic framwork for hybrid application, is it posible to access native facebook app login session?

Thank you verymuch

We do not officially support JS frameworks, so there’s no documentation and no guarantees that it would work. Anyway, you can try to figure it out on your own, since our SDKs are open source.