NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

It's possible do login getting credentials from facebook aplication logged user? #227

Open jpnobrega opened 4 years ago

jpnobrega commented 4 years ago

I played one game called free fire for mobile devices. There, when i click on enter with facebook, the app redirect me to facebook app for get some permissions, without request password, because, i was logged on facebook app on my device. It's possible create something like this using this package? or someone knows how do something like this?

StefanNedelchev commented 3 years ago

Someone correct me if I'm wrong but you only obtain an access token using the plugin. The rest should be handled in your backend (you should send the access token to your oauth service and implement what's needed to use the Facebook API)