Facebook software development kit
Questions tagged [fbsdk]
410 questions
4
votes
1 answer
Can i Post Image and Text in facebook Without open any Dialog box or Browser in Objective c
I have created an Application To Post Image and Text Both on Facebook but my Client Requirement is to Post image and Text Without Opening any Dialog Box and safari Browser.
Can i Post Image and Text using Facebook User ID without opening any dialog …

sohil
- 818
- 2
- 15
- 38
4
votes
1 answer
Firebase Facebook Login Error: FIRAuthErrorDomain - Unsuccessful debug_token response from Facebook
After implementing Facebook Login Auth with FBSDK, I've been trying to see/get a User in the Firebase Console's Auth tab.
I take the fb credentials and pass them to FIRAuth which has user and error arguments. After printing for visibility, the…

Tam Borine
- 1,474
- 2
- 13
- 21
4
votes
3 answers
Login different user in Facebook SDK for iOS
I am using Facebook SDK for iOS Version 4.14 in my app. We are using facebook SDK to allow users to register.
We have a member of the marketing team, Say M, who will be having app installed on his phone to register new users.
Say if user A uses his…

onkar
- 4,427
- 10
- 52
- 89
4
votes
1 answer
AWS Cognito Swift credentials provider "logins is deprecated: Use AWSIdentityProviderManager"
Im trying to allow users to sign up with my app using facebook and Amazon Cognito. I found previous documentation saying to use:
let token = FBSDKAccessToken.currentAccessToken().tokenString
var logins: NSDictionary =…

Brandon Peck
- 93
- 1
- 7
4
votes
1 answer
FBSDKLoginKit breaks after pods installation
After installing FBSDKLoginKit through CocoaPods, I get the build errors
No known class method for selector 'areAllPermissionsReadPermissions:'
No known class method for selector 'areAllPermissionsPublishPermissions:'
both located in…

Daniel Larsson
- 6,278
- 5
- 44
- 82
4
votes
2 answers
cannot build objective-c module 'FBSDKCoreKit'
Cant import FBSDKLoginKit to my Project (i am using cocoapods with swift)
Solution tried:
remove use_framework! from podfile
added $(PODS_ROOT) path to user header search paths
try to import in Bridging Header file…

Parth Dabhi
- 192
- 4
- 13
4
votes
2 answers
Login using Facebook in UIwebView app
In my rails app user logs in Using Facebook. And it is working perfectly. Now am planning to have an iOS app(UIWebView app) for my rails app. i.e loading my website inside an WebView.
My concern is should I just have one view controller which loads…

rAzOr
- 300
- 6
- 19
4
votes
3 answers
"You have already authorized yourApp" when logging in using FBSDK 4.7.1
I was following Facebook's own tutorial for FB login in iOS (Objective-C) but every time I log in - after the initial permission authorization screen - I'm getting the infamous "You have already authorized this app" webview.
I've read a ton of…

João Pereira
- 3,545
- 7
- 44
- 53
3
votes
1 answer
React Native Facebook SDK Next - null is not an object (evaluating 'Settings.initializeSDK')
I am trying to integrate facebook sdk into my react native app with a goal of optimizing app installs through the fb ads.
I followed all the steps mentioned…

Specter123
- 153
- 1
- 9
3
votes
0 answers
Why I get this error: Query fired: did not receive all answers in time for graph.facebook.com:443 in xcode react-native app
I have a basic react-native app for ios that loads an webview and I installed react-native-fbsdk-next module to get the auto events in facebook app but there is no activity in facebook event manager and I have this error in xcode when I run app on…

user19077306
- 31
- 1
- 3
3
votes
1 answer
FBSDKGraphRequest Instance method '-startWithCompletionHandler:' not found (return type defaults to 'id')
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 '-startWithCompletionHandler:' not found (return type…

clee2005
- 127
- 1
- 5
3
votes
0 answers
react-native-fbsdk-next is not working just on android
i installed react-native-fbsdk-next on ios and it works fine, only on android the screen shows up to log in but does not call any other actions after that.
it just closes the webview
I added SHA1 signature to fb dev & package name
strings.xml…

Ethan
- 116
- 8
3
votes
0 answers
Cannot convert return expression of type 'SessionDataTask' to return type 'URLSessionDataTask'
I'm not anymore able to use URLSession.shared.dataTask with the last FBSDKCoreKit and FBSDKLoginKit update.
struct Networking {
func customDataTask(urlRequest: URLRequest, completion: @escaping (Result)->()) ->…

Marco
- 1,057
- 1
- 19
- 36
3
votes
0 answers
Facebook tells no SDK installed for IOS
I am building an mobile application using react native and was trying to integrate Facebook SDK with the application to track successful app installs and log events. I followed the exact same steps presented in the facebook docs for integrating the…

SVG
- 809
- 6
- 21
3
votes
0 answers
expo-facebook not tracking all app install events
We have installed expo-facebook to our app to track app installs from Facebook Ads. Currently, only about 20% of the new app installs are recorded in Facebook AppEvents analytics, where all app installs should appear whether they come from Facebook…

matias
- 31
- 2