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
Questions tagged [facebook-sdk-4.x]
211 questions
0
votes
1 answer
Facebook SDK Initialization for SDK v3.23.1 to implement App Events for Android
I am trying to follow the instructions at https://developers.facebook.com/docs/app-events/android#legacy-activation in the section "Legacy SDK Initialization". They say that "in the Facebook SDK for Android v4.18, and earlier, the SDK must be…

Jaime Montoya
- 6,915
- 14
- 67
- 103
0
votes
2 answers
Can I use "import com.facebook.FacebookSdk;" with Facebook SDK 3.23.1?
In my app\build.gradle file, I have compile 'com.facebook.android:facebook-android-sdk:3.23.1'. In my BaseActivity.java file (where I have "public class BaseActivity extends Activity"), I am trying to use this: import com.facebook.FacebookSdk;. This…

Jaime Montoya
- 6,915
- 14
- 67
- 103
0
votes
1 answer
Swift Facebook integration login callback issues
I'm trying to integrate Facebook login for my swift3 application.
I'm reading this documentation Facebook SDK for Swift.
After the installation with pod
pod 'FacebookLogin'
pod 'FacebookShare'
And add them in Linked framework and libraries, the…

Benjamin RD
- 11,516
- 14
- 87
- 157
0
votes
3 answers
Error: FBSDKApplicationDelegate.m No visible @interface for 'UIApplication' declares the selector 'openURL:options:completionHandler:'
I'm implementing Facebook SDK for a legacy iOS app written in Swift 2.2 using Xcode 7.3.1. I installed Swift version of the SDK using CocoaPods according to this tutorial.
When I try to build the project i receive this…

Jan Slominski
- 2,968
- 4
- 35
- 61
0
votes
1 answer
Wrap data image with deep link using Branch IO
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…

Matrosov Oleksandr
- 25,505
- 44
- 151
- 277
0
votes
0 answers
Facebook shows two separate login dialogs and fails login
I am logging into facebook on Android using facebook android sdk (4.7.0). Most of the time it shows following dialog and works fine.
But sometimes it shows the following dialog and login does not work.
What are possibilites for failed login in…

mallaudin
- 4,744
- 3
- 36
- 68
0
votes
1 answer
Facebook Analytics Push Campaigns - In-App notifications - missing NotificationsManager
I'm trying to implement FB Analytics Push Campaigns on Android.
Eveything went fine with the push notifications, so I've turned my attention to the in-app notifications.
The docs' example calls for the use of a class called…

Vaiden
- 15,728
- 7
- 61
- 91
0
votes
1 answer
FB Analytics Push Campaigns - "Set up Your Push Campaigns" remains after implementation
I'm trying to implement FB Analytics Push Campaigns.
Even after the clients' implementation is complete and running (iOS + Android), the dashboard is stuck on "Set up Your Push Campaigns" and doesn't allow me to create audiences and send pushes:

Vaiden
- 15,728
- 7
- 61
- 91
0
votes
1 answer
FBSDKLoginManager keep Facebook login since get user info
I get user name and email using this (see below).
the problem, are that the login webview close, the call to initWithGraphPath:@"me" was done async, so user can see empty field by the time I get response to this call.
Is there a way to keep the…

Franck
- 8,939
- 8
- 39
- 57
0
votes
0 answers
Facebook not redirecting to application from safari view
I am using xcode8 and I have enabled all but its not working
1)Enabled key chain in app.
2)InAppdelegate.m
didFinishLaunching method
[[FBSDKApplicationDelegate sharedInstance] application:application…

Super Xtreem
- 187
- 1
- 10
0
votes
1 answer
set the results of facebook integration to labels
Im working on a project in Swift 3.0 and I have an authentication sign up procedure using Facebook. So basically I've done the FB integration part and once logged in to an account as a result I'm getting the user's email address, name,Id and the url…

danutha
- 214
- 3
- 16
0
votes
1 answer
Login with Facebook flow
I have a server with REST api & a native android app.
What I want is to give users ability to register and login using their facebook account: if user is not registered yet - then it taps the Login with Facebook button, grant me basic permissions…

Graykos
- 1,281
- 3
- 20
- 31
0
votes
1 answer
Custom UIButton for Facebook Login
I have been working on a little project, and I need people to sign in/log in using Facebook/Google. It has been working perfectly so far with Google's Firebase Auth.
I basically works with Facebook, so all the functionality is okay.
Now I would…

Jaafar Mahdi
- 683
- 1
- 8
- 15
0
votes
1 answer
Facebook Framework is already added in project but still shows errors like "No such module FBSDKCoreKit"
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…

Ashish Thakkar
- 944
- 8
- 27
0
votes
2 answers
android Fb Like Button via undefined
I am using facebook SDK 4.14.1. After clicking on like button, it redirects me to Like page. It says "via undefined" instead of my application name.
What I did wrong?

hhs
- 716
- 1
- 6
- 22