-
-
Notifications
You must be signed in to change notification settings - Fork 50
FAQ
Angel Tsvetkov edited this page Jun 16, 2017
·
3 revisions
The LoginButton component is a NativeScript wrapper of the native Facebook LoginButton controls defined in the Facebook Android and iOS SDKs. Currently, these SDKs do not expose any methods for changing the text of the native controls and it is not possible to expose a NativeScript property for changing the button text. As a workaround, you could always use the custom user-defined button approach which is fully customizable.
The init method of this plugin requires a Facebook AppId. In order to get the login flow working on a real device, you should register your device key hash in your Facebook App. You could find more details here.