facebook-sdk-4.x

How to fix “Invariant Violation: requireNativeComponent: ”RCTFBLoginButton“ was not found in the UIManager.”?

ぃ、小莉子 提交于 2021-01-27 05:24:16
问题 Let me start by saying that similar SO questions suggest the problem may be related to not having linked the lib. I've ran react-native link react-native-fbsdk again, to confirm it was indeed linked, and confirmed it was rnpm-install info Platform 'ios' module react-native-fbsdk is already linked rnpm-install info Platform 'android' module react-native-fbsdk is already linked Still, I see a couple of red indications in my XCode project for main.jsbundle , libReact.a and libRCTFBSDK.a (which I

FBSDKShareDialog of Facebook SDK is not working on iOS9?

懵懂的女人 提交于 2020-01-09 19:11:30
问题 With Xcode7, I upgrade Facebook SDK to pod FBSDKShareKit (4.6.0). And I have added Facebook scheme to WhiteList as below. reference: https://developers.facebook.com/docs/ios/ios9 <key>LSApplicationQueriesSchemes</key> <array> <string>fbapi</string> <string>fb-messenger-api</string> <string>fbauth2</string> <string>fbshareextension</string> </array> However, the following code only show iOS default social dialog on iOS9. The same code with the same binary on iOS8 can open Facebook app and show

facebook audience network testing on test flight No Fill

主宰稳场 提交于 2020-01-07 02:39:11
问题 testing our app when running on xcode is good and we can see ads even without test mode (device hash), so we can see live ads. Everything is setup fine, but when we test the app on test flight, It's always returning a log of "No Fill".. :S, We have logged in the facebook native app, Limit ads tracking is disabled.. What do you think is still the problem? Is it required from facebook that the app is live on apple store? Thank you very much!.. 回答1: The issue is in TestFlight. By design,

Importing Facebook SDK crash android app java.lang.UnsatisfiedLinkError

冷暖自知 提交于 2019-12-19 09:24:01
问题 Just importing Facebook SDK crashes my android app, it was working fine but it start to crash, I comment every section uses facebook SDK it still crash I use facebook sdk version "4.24.0" 07-05 12:50:30.309 10354-10412/andrewhossam.cuju_android E/art: No implementation found for long com.android.tools.profiler.support.network.HttpTracker$Connection.nextId() (tried Java_com_android_tools_profiler_support_network_HttpTracker_00024Connection_nextId and Java_com_android_tools_profiler_support

Wrap data image with deep link using Branch IO

丶灬走出姿态 提交于 2019-12-13 08:11:12
问题 I want to use Branch IO on Facebook . I want to send an image to Facebook . I saw that in example on Branch IO website, looks like we need to sent image url instead of upload data image. My question is , Are we able to send image to Facebook which will be wrapped with deep link without sending image to a server or to S3 amazon . 回答1: Alex from Branch.io here: uploading images is not possible using the iOS SDK. You'll need to host the image somewhere else (like S3) and use that URL for the

Facebook Framework is already added in project but still shows errors like “No such module FBSDKCoreKit” [duplicate]

陌路散爱 提交于 2019-12-11 18:10:00
问题 This question already has answers here : No such module 'FBSDKCoreKit' XCODE 7.4 (12 answers) Closed 3 years ago . I am integrating FB SDK in my swift project and i follow this link and also this link i followed. I also import FBSDKCoreKit in appDelegate.swift file but i am always getting the error like "No Such Module FBSDKCoreKit" I found some solution and even i tried most of these answers also i tried these answers and also followed this link, even i added bridging-header file to project

iOS Facebook app invite: error

怎甘沉沦 提交于 2019-12-10 18:27:50
问题 I have to implement Facebook invite in my iOS app. I am following below reference link: https://developers.facebook.com/docs/app-invites/ios and created app link as per below link: https://developers.facebook.com/docs/applinks I am facing below error:- Error Domain=com.facebook.sdk.core Code=9 "The operation couldn’t be completed. (com.facebook.sdk.core error 9.)" in below FBSDKAppInviteDialogDelegate delegate method func appInviteDialog(appInviteDialog: FBSDKAppInviteDialog!,

how to get user data from Facebook SDK on iOS

南楼画角 提交于 2019-12-05 00:08:01
问题 Good afternoon! I need to get user data from Facebook. I successfully get data such as the user name, id, photo. But when you try to query such as marital status, I get a response to an empty dictionary. I tried to make different requests, but always get such a result. I also read these themes official Facebook site, this, this like How can I fix this? My example code static func getUserRelationship() { if (FBSDKAccessToken.currentAccessToken() != nil) { guard let currentUser =