react-native-fbsdk Questions

5

I'm currently setting up Facebook Authentication for my Reach Native application. After the usual problems with the react-native-fbsdk setup, now the Facebook App Events work and the LoginManager l...
Richia asked 2/12, 2016 at 15:35

3

I have a react native running perfectly on iOS but does not compile in Android studio due to import issues in MainApplication and MainActivity. I followed the React Native FBSDK guidelines. In Ma...
Jeanettajeanette asked 5/3, 2018 at 22:19

4

Solved

In simple, how does one log out with LoginManager provided by react-native-fbsdk? If we look the code inside that LoginManager provided by react-native-fbsdk, we find this part regarding logout: ...
Borzoi asked 14/10, 2017 at 13:0

4

Solved

I am trying to setup fbsdk on Android using react native and the fbsdk wrapper https://github.com/facebook/react-native-fbsdk. I have it working on iOS but I am stuck on Android. I followed all the...

10

I'm using react-native-fbsdk: 0.8.0, react-native-firebase: ^5.2.2, react-native: ^0.57.4 and Facebook Test User account. This happened so suddenly. Once I sign out from firebase and try to log in...
Jujutsu asked 28/2, 2019 at 10:1

2

Solved

I've gotten facebook login working using the new https://github.com/facebook/react-native-fbsdk, however I can't seem to get the user token which is usually returned in the response. Anyone found a...
Streaky asked 31/8, 2015 at 20:2

3

I use this (https://github.com/facebook/react-native-fbsdk) component in attempts to setup authentication to my app using Facebook. I've successfully configured it so login button gives me a valid ...
Kristelkristen asked 23/10, 2017 at 13:0

4

Solved

I've created a Login button using Facebook SDK. Once the user is logged in, the app navigates to the second screen (NavigatorIOS). From that second screen the user can go back to the login screen u...

2

I am using react-native-fbsdk to login through facebook on my react-native app. I call LoginManager.logOut() to logout: it does not actually properly logout since the next time I try to login, it d...
Mcgary asked 29/7, 2018 at 21:22

3

I am using react-native-fbsdk. How can I change the fb login button text from 'Login with facebook' to 'Continue with fb'? The component looks like this, and I can't find a way to change it: <...

1

I'm updating react-native version to 0.60.4, but when i try to build release i got stuck in Task :app:transformClassesAndResourcesWithR8ForRelease I've tried to disable R8 and works but got a 3 ti...
Blakeney asked 6/8, 2019 at 20:15

1

After upgrading a react-native from 0.56 to 0.59.8 (using FBSDK 0.10.1), the facebook login don't work anymore on android. when I fill the Fb login form and continue, LoginManager.logInWithPermiss...
Azral asked 10/7, 2019 at 8:13

8

I suddenly started getting this error when trying to build. This was all working a few weeks ago with no changes that I know of. The issue seems to be related to react-native-fbsdk, but looking thr...
Decimal asked 27/5, 2017 at 5:10

3

im posting here because ive done like 12hours searching and trying things to resolve my issue , but just cant find the solution. Here is a screen of my errors: React native debugger I have follo...
Phenobarbital asked 29/11, 2016 at 19:38

1

Solved

The identity provider configuration is not found I am getting this error when I try to authenticate to firebase using FacebookAuthProvider. I am using react-native-fbsdk for facebook authenticatio...

3

I've been trying to get react-native-fbsdk to work with CocoaPods, since I much prefer fetching the Facebook SDK as part of the pod install process, but I haven't had much luck. I'm aware that I ca...

3

I'm building an app using react native that uses FBSDK (react-native-fbsdk). The whole thing worked without an issue, but after I update my Xcode from 9.4 to 10.0, I'm no longer able to build the p...
Blastoderm asked 20/9, 2018 at 5:14

2

If I use the LoginButton from react-native-fbsdk the LoginBehaviour seems to be "native" in that the SDK communicates with the installed FB app, sees that I've already granted permissions and just ...
Australorp asked 3/10, 2016 at 15:19

6

Solved

> A problem occurred configuring project ':react-native-fbsdk'. > Could not resolve all dependencies for configuration ':react-native-fbsdk:_debugPublishCopy'. > Could not find com.andr...
Frosting asked 6/12, 2017 at 13:36

4

Solved

I'm using the fbsdk to get user details in an ajax request. So it makes sense to do this in a redux-observable epic. The way the fbsdk request goes, it doesn't have a .map() and .catch() it takes t...

7

Solved

I am trying to build my react-native project and using react-native fbsdk. However, I get these errors: /home/luiz/MYP/app/node_modules/react-native-fbsdk/android/build/intermediates/res/merged/r...
Azo asked 25/5, 2017 at 22:33

1

Does anyone have an example on how to use promise with GraphRequestManager? I get Cannot read property then of undefined error in my action creator. function graphRequest(path, params, token=undef...
Mayamayakovski asked 25/9, 2016 at 22:58

6

Solved

Today, I face the error mentioned in this post: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored...

0

I am using react-native-fbsdk npm package, which works properly. But when I call LoginManager.logOut() it does not do anything (even its callback function does not work). After first login it keeps...
Myongmyopia asked 2/3, 2018 at 14:8

4

I am using react native 0.49.5 and react 16.0.0-beta.5 for making an App. I am using react native-fbsdk(^0.6.3) for facebook login. All necessary steps are taken to link android with the facebook s...
Kauppi asked 6/12, 2017 at 11:48

© 2022 - 2024 — McMap. All rights reserved.