Issues With The Accesstoken In The React Native Fbsdk
I am having trouble with my ability to get the AccessToken in the fbsdk in React Native. I am calling the core as suggested by Facebook: const FBSDKCore = require('react-native-f
Solution 1:
Try this.
console.log(token.accessToken.toString());
Post a Comment for "Issues With The Accesstoken In The React Native Fbsdk"