413 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
44
views
React Native FBSDK Next: Facebook login doesn’t return email
Hi i’m trying to let users log in with Facebook and get their id, name,and email.
The login flow works — I can see the LoginManager returning success, and the access token is valid. I even request the ...
0
votes
1
answer
44
views
Facebook Graph API - Application App Event Type Parameter Values
I am trying to understand how to use Facebook Graph API to get the parameter values of the app events that I log in my React Native app using react-native-fbsdk-next.
Here is the Facebook ...
0
votes
0
answers
331
views
use of undeclared identifier 'FBSDKApplicationDelegate'
I'm trying to integrate fbsdk on my react native app but whenever i add the fbsdk on my appdelegate, im encountering this issue
I've tried to add -Swift, but there are also issues. I've also tried to ...
3
votes
0
answers
791
views
iOS limited login - FBSDKs
I'm using react-native-fbsdk-sdk for facebook login in my application. I just received email from Meta about upgrade FBSDKs to latest version (v17.0.0) to incorporate "Privacy Manifest" for ...
4
votes
1
answer
2k
views
How do react-native apps track installs for Facebook/IG Meta Mobile ads?
We need App-installs/conversions event tracking in Meta to optimize our ad delivery. This requires FBSDK to be installed.
Facebook has abandoned the React-Native FBSDK, and the community run FBSDK is ...
3
votes
1
answer
2k
views
Facebook Business Login Not working (It looks like this app isn't available)
(https://i.sstatic.net/rrjrF.png)
I Have implemented facebook SDK for iOS for facebook login but it is providing error as shown in the image attached, I have configured everything but facebook login ...
1
vote
1
answer
217
views
How to exclude gradle dependency from specific build flavour on Android
I have React-Native application and trying to integrate facebook sdk. My app on android side has different build flavours, let's name one of them C, which actually doesn't need any 3rd party ...
0
votes
0
answers
57
views
Send message via FB sdk React
I need the ability for a user to send a message to their FB friends. I am trying to do it with FB sdk. But it only works for my account only(since I use my appID?). Other users get a window with An ...
0
votes
3
answers
503
views
How to remove flutter_facebook_auth packages from flutter app?
I would like to remove the following sub-dependency packages from my flutter app, that are listed in my pubspec.lock file (not pubspec.yaml):
flutter_facebook_auth
...
1
vote
0
answers
158
views
Troubleshooting FB ads creation in SwiftUI app with updated FB SDK
How do you correctly implement the Facebook SDK in a swiftUI app? I've tried all the official documentation to the letter, and events weren't sending to the events manager (later I discovered without ...
6
votes
3
answers
3k
views
Flutter project in XCode: "Multiple commands produce...FBSDKCoreKit.framework"
I after upgrading my iOS to 16.4.1, which required me to upgrade my XCode to 14.3, which required me to upgrade my mac os from 12 to 13, I get this error when trying to build my iOS Flutter app:
...
0
votes
0
answers
161
views
FBSDK does not allow to sign in with a different account after logging out
i have integrate fb login in react native its working fine but i am logout and comeback again not showing user name and password screen
`import {LoginManager} from 'react-native-fbsdk-next';
const ...
5
votes
4
answers
6k
views
Error: use of undeclared identifier 'FBSDKApplicationDelegate'
I installed react-native-fbsdk-next.
Followed configuration steps.
Wanted to build app on iOS (as usual). I am getting an error: use of undeclared identifier 'FBSDKApplicationDelegate' and the app won'...
0
votes
1
answer
173
views
Facebook login error if a add pages_user_* in scope
I'm using FB js sdk.
In the function FB.login, if I add one of this permission (pages_user_locale, pages_user_gender, pages_user_timezone) I have this error.
If I remove them, the fb login work fine.
...
1
vote
0
answers
120
views
react-native-fbsdk-next hidden modal on android
Calling LoginManager.logInWithPermissions(["public_profile"])on android opens the facebook modal, then when I click on continue, the modal closes, howewer it seems like a hidden modal is ...