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

Data Access Expiration #693

Open Francesco-Voto opened 4 years ago

Francesco-Voto commented 4 years ago

I am facing the problem to reauthorize Data Access. On Native side method reauthorizeDataAccess() is provided, while there is no equivalent in RN wrapper. Exist other way to perform this?

Thank you!