facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 908 forks source link

How to pass facebook application id in react-native code. #686

Open harleenarora opened 4 years ago

harleenarora commented 4 years ago

HI, I am using this package, its working good but requirement are:

-> I call the my app load api and get the facebook application id form rest full api. Add set the application id. On click login button get the user facebook account details and after get the user facebook details call my rest API.

So how to pass the application id on react-native code rather then android. Please tell me how to do this?