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 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:
M...
14
Solved
Hey I know this was asked before, but none of the solutions seem to help. I'm using first time Facebook SDK in my application.
What I've tried:
I had tried most of the things found on Internet bu...
Valarievalda asked 13/5, 2015 at 11:22
6
Solved
Getting error when I tried to update pod,
pod update
Error found,
[!] CDN: trunk Repo update failed - 12 error(s):
CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/9/b/5...
6
Solved
I have installed the facebook sdk via cocoapods but I get the below error:
'sharedApplication' is unavailable: not available on iOS (App
Extension) - Use view controller based solutions where a...
1
I'm not ObjectiveC savvy or iOS savvy but I'm trying to muddle through this new issue with this code. I updated the Facebook SDK pod to v12.0.0 and now I'm getting this warning :
Instance method '-...
Atchley asked 27/1, 2022 at 14:48
4
Solved
For some odd reason after adding an unrelated pod I have been receiving an error message during the build process that indicates FBSDKCorekit.h, FBSDKCopying.h and FBSDKButton.h files are not found...
3
I try to publish a post with multiple videos and photos by using the PHP SDK. I uploaded videos and photos using batch request and got the id. Then I pass the media ids along with post data using a...
Multipartite asked 14/11, 2017 at 11:5
2
I am trying to install react-native-fbsdk via npm, and whereas my build worked perfectly before, once I install the library and install pods, I get the following error:
ld: warning: Could not find...
Sanders asked 24/5, 2020 at 21:16
4
I already built an android project of react native which is working fine. I then started with iOS part. I am using react-native-cli: 2.0.1 react-native: 0.60.4 and Xcode 10 and Mac OS Mojave
The d...
Rudolph asked 7/8, 2019 at 13:19
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:
<...
Espy asked 25/1, 2017 at 11:24
0
When I start my application I get the following log:
FBSDKLog: Unable to obtain a key window, marking <UIWindow: 0x100e7b260;
frame = (0 0; 375 667);
hidden = YES;
gestureRecognizers = <NS...
Gooseberry asked 8/1, 2020 at 11:2
5
Solved
I'm setting up a React Native project using the FBSDK for login purpose.
Here's what I've done so far:
I ran npm install react-native-fbsdk --save
I ran react-native link
I followed each step m...
Unexpressed asked 18/9, 2017 at 8:27
1
Solved
Is it necessary to add FBSDKAppEvents.activateApp() to applicationDidBecomeActive when FacebookAutoLogAppEventsEnabled is not set to false?
According to FBSDKAppEvents.h it is not necessary:
No...
Whalen asked 24/6, 2018 at 0:24
3
Solved
I have two pods installed for facebook login
pod 'FacebookCore'
pod 'FacebookLogin'
than imported FacebookCore in appdelegate. still it shows use of unresolved identifier error.
I have also i...
Nutt asked 15/5, 2019 at 8:52
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
1
Solved
I am using Facebook SDK's (via react-native-fbsdk) Login Button in my React-Native application.
The button text Continue with Facebook appears centered vertically in iOS but is off-center in Andr...
Chinaware asked 4/6, 2018 at 15:20
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...
Rutger asked 13/7, 2017 at 17:57
1
This bundle is invalid - The Info.plist file for /Payload/xxx.app/Frameworks/FBSDKCoreKit.framework/FacebookSDKStrings.bundle
is missing or could not be read.
Invalid Bundle - The bundl...
3
Solved
I'm having issues building my android folder with react-native run-android after installing the fbsdk library and following all the steps to properly link it. Below is my error message.
I already ...
Stringhalt asked 31/1, 2018 at 16:4
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
2
I have an ios app which works fine with normal and facebook login. Today I integrated firebase and when I write FirebaseApp.configure() in app delegate, my app crashes and this function is highligh...
1
I'm sharing a FBSDKShareOpenGraphObject with an FBSDKShareOpenGraphAction of type "video.watches" using the Facebook's SDK. Everything goes fine, the post appears on the Facebook feed but if I tap ...
Patel asked 12/7, 2016 at 14:48
2
Solved
When i use this code:
<?php
require_once "vendor/autoload.php";
$config = ...;
use FacebookAds\Api;
use FacebookAds\Object\Page;
Api::init(
$config['facebook']['app_id'], //APP_ID
$confi...
1
Solved
I was using the function FBSDKAccessToken.currentAccessToken() to retrieve the FB Token, which was working correctly, until I've migrated my app in swift 3 and the 4.17 SDK.
Now, the function has b...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.