Questions tagged [facebook-sdk-4.x]

Facebook sdk 4.x is latest set of API for Facebook developers. It has two branches: - Facebook C#/.Net SDK 4.0 - Facebook PHP SDK 4.0

211 questions
1
vote
0 answers

Prevent Facebook login from remounting the app

There seems to be an issue with my implementation of the Facebook login for react-native When I click on "Log in with the Facebook app" it opens the facebook app, then when I click "Continue" it reopens my app but it performs a remount. Part of my…
Jordan
  • 2,393
  • 4
  • 30
  • 60
1
vote
1 answer

Is it possible to disable codeless init in MarketingInitProvider

Should we give the developer an option to initialize the facebook SDK by themselves later in their application? The codeless init in MarketingInitProvider is a good and convenient feature for most developers, but there are developers who want to…
Lin
  • 73
  • 4
1
vote
1 answer

Undefined symbols for architecture arm64: FBSDK View Hierarchy referenced from: FBSDK Marketing Kit

I am trying to upgrade my iOS app to use Facebook 4.38.0. I am getting a link error as follows: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_FBSDKViewHierarchy", referenced from: objc-class-ref in…
JeffB6688
  • 3,782
  • 5
  • 38
  • 58
1
vote
0 answers

What is the purpose of setting facebookDisplayName in the iOS SDK?

I'm developing an app that that uses dynamically set appId & facebookDisplayName as per each customer.According to the documentation facebookDisplayName can't be changed to whatever was set in the App Portal.Trying not setting anything for…
Shady Elyaski
  • 499
  • 6
  • 15
1
vote
1 answer

Facebook Sdk version and support:appcompat version issue

I am using these Dependencies in my android project. dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group:…
1
vote
2 answers

Where do I download FBProfileExpressionKit?

I've read the docs here https://developers.facebook.com/docs/profile-expression-kit/ios/ several times, and I've downloaded the Facebook SDK from here https://developers.facebook.com/docs/ios/downloads. That download doesn't contain the needed…
Tim Johnsen
  • 1,471
  • 14
  • 33
1
vote
1 answer

Android - Only I can see photo shared on Facebook from the app

I am new to the Facebook SDK and I have a problem sharing a picture from my app. When the ShareDialog appears and I tap on "Post", the photo is correctly published on my profile, but I am the only one that can see it; if other Facebook users open my…
Riccardo Minato
  • 520
  • 2
  • 11
1
vote
2 answers

Facebook Login not working in IOS SDK

I am struggling with the issue of Facebook login, Yesterday Facebook login working correctly but today when I run my app it's not working don't know why, why it's not working suddenly I already configured all things related to Facebook login in…
Sanjeet Verma
  • 551
  • 4
  • 15
1
vote
0 answers

Facebook permission dialogue not showing in iOS app

In latest Facebook SDK, permission pop up not appearing. loginbehavvior is set as .native. Bundle id is added in app settings. If anybody knows about this, please help.
1
vote
4 answers

FacebookSdk not starting android

I have tried everything from tutorials, answers all around, even with examples from https://github.com/facebook/facebook-android-sdk/tree/master/samples. I have tried with test app and normal app in developers.facebook.com/apps But i always get this…
Jon Shkreli
  • 61
  • 2
  • 5
1
vote
0 answers

How to do facebook login without opening a browser at all?

The IOS app I'm currently working on uses FBSDKLoginManager().logInWithReadPermissions, which opens a browser in the app for user to login to facebook. Then, the browser closes, and the app uses the FBSDKLoginManagerLoginResult to proceed. However,…
Chandler
  • 11
  • 3
1
vote
2 answers

Facebook Login in Swift. "Unknown scheme received: authorize"

I'm new in Swift and I have to integrate the social network login (Facebook and Google) in an old app. This app will call as A. First of all I created a new project to understand the both SDKs. This app will call as B After understand the A app,…
RMH
  • 169
  • 1
  • 14
1
vote
1 answer

Facebook Share Button disabled

I upgraded the Facebook ShareButton from 4.5.0 to 4.16.1 and now the ShareButton is disabled. I have to support back to Android API level 9, and I just want to use the ShareButton from the Facebook SDK. With 4.5, it was working well. Here is…
user3057944
  • 701
  • 1
  • 8
  • 19
1
vote
0 answers

iOS Facebook SDK - Error code 8

The Facebook SDK for iOS worked great until now. Since 2 hours ago, I'm constantly receiving the following error message when I'm trying to log in with Facebook: Error Domain=com.facebook.sdk.core Code=8 "(null)"…
Paul Razvan Berg
  • 16,949
  • 9
  • 76
  • 114
1
vote
0 answers

FBSDKLoginManager loginBehavior SDK v4.14.0

When facebook app install in our iPhone redirect to login process from App and fallback case redirect to safari. But current case application all time redirect to safari. I have use SDK v4.14.0 FBSDKLoginManager* loginManager =…
shiv
  • 39
  • 8