facebook-sdk-4.x Questions
3
Solved
In my projects, I need to import third party jar file and Facebook SDK.
compile files('libs/SkinSDK.jar')
compile 'com.facebook.android:facebook-android-sdk:4.14.0'
Both include same BundleJSON...
Marney asked 4/7, 2017 at 20:8
2
I'm implementing Facebook login in my app. it works fine if a user doesn't have the Facebook App, but it fails when the user has Facebook App. Because when logging in, it promotes to use the app to...
M asked 4/6, 2020 at 4:16
3
Solved
I am doing my own test app as part of my learning process in iOS development (using swift 5 on Xcode 11.0). I want to add login with Facebook on my login page but I keep getting No such module 'Fac...
Haemostatic asked 31/1, 2020 at 14:26
1
Solved
Seeing this crash on Google Play Console of our unity-made game after our recent update, happening on Android 5.0 for more than 99% of the occasions.
I guess this has something to do with WebView,...
Murtagh asked 5/3, 2019 at 13:41
0
I have an Android app with Facebook SDK 4.6.0. We updated to 4.36.1 which should enable automatic In App Purchase tracking.
Now we see the first numbers coming in, but according to Google Play Dev...
Erythro asked 4/12, 2018 at 8:43
7
Solved
I'm currently creating a test application to test using the latest facebook SDK to update our existing application problem is that I need to get the email address which I know depends if the user h...
Fowlkes asked 25/8, 2015 at 6:10
1
Solved
I'm developing an app, that will be installed on one device and every user will use my device to share an image.
They need to login on Facebook to share the image on their profile. After sharing t...
Brinkmanship asked 4/4, 2018 at 9:50
2
Solved
Since we deployed a new version of our Android app with updated Facebook SDK, we see many users are crashing on Facebook Login. It doesn't reproduce on our devices.
Crash and stacktrace:
Caused b...
Dortheydorthy asked 28/3, 2018 at 8:16
2
I get the following error when trying to login by Facebook when using the latest SDK version which is 4.30:
The SDK has not been initialized, make sure to call
FacebookSdk.sdkInitialize()
The...
Alainaalaine asked 31/1, 2018 at 11:54
4
Solved
As the latest release of Facebook SDK version 4.28.0 - November 7, 2017, App Invites is deprecated.
https://developers.facebook.com/docs/app-invites/android/
With the release of the Facebook SD...
Walhalla asked 9/11, 2017 at 8:17
2
Solved
I have developed an app with facebook login, there is no problem in the login process. But I do not see the button when I want to logout.
Broken App Screenshot
Working App Screenshot
Broken ...
Isonomy asked 24/2, 2017 at 8:42
2
Solved
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 dicti...
Christiechristin asked 2/6, 2016 at 10:41
2
I integrated the FB SDK in my Android app via Gradle for log-in and tracking events. Log-in works fine, but the logcat keeps showing me an exception every 15 seconds once I try to log an app event:...
Samarium asked 17/10, 2015 at 15:5
2
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://devel...
Ostensive asked 1/9, 2015 at 12:2
1
Solved
I am developing an Android app. In my app, I am integrating Facebook Login. I have done developing Facebook Login once before. When I develop this time, Facebook callback functions are not called. ...
Combs asked 7/9, 2016 at 13:4
2
Solved
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>LSApp...
Betts asked 18/9, 2015 at 3:46
1
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'...
Medovich asked 14/4, 2016 at 0:39
3
Solved
I'm using Facebook SDK for iOS 4.6.0 and just today above error encountered after updating cocoapods to 0.38.2. I'm not sure this error has anything to do with cocoapods.
Error screenshot:
Tillis asked 1/10, 2015 at 0:27
2
Solved
I installed FacebookSDK using Cocoapods, according to Terminal, I have installed FacebookSDK 4.8.0 (CoreKit, ShareKit and LoginKit), I imported the .h files in my BH-File.h, and already initialized...
Betthel asked 11/1, 2016 at 17:29
1
Solved
I have implemented facebook login through facebook sdk 4.3 I have made separate dialog fragment for login of facebook. Till now Every thing is working very well.
What I want
I want to implement ...
Colum asked 9/9, 2015 at 19:12
1
© 2022 - 2024 — McMap. All rights reserved.