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
with the new Graph API, is it possible to access info about all the group's user is a member of?
I am trying to write code to access info about all the groups a user has joined. It's supposed to work with (me?fields=groups) in the graph api explorer.
It appears I can only access the groups I created.
Has there been any change in the API?
or…
0
votes
1 answer
Android Firebase OAuth sign in strange behavior
When I first time sign in with Google Account, then log in using Facebook account Firbase return "ERROR_ACCOUNT_EXISTS_WITH_DIFFERENT_CREDENTIAL"
It's correct because I disabled sign multi credential options from firebase console.
The problem…

Vahe Gharibyan
- 5,277
- 4
- 36
- 47
0
votes
1 answer
FacebookSDK 4.x Crash Case
I use FacebookSDKs-iOS-4.28.0 and developer facebook page suggest this lines of code to sharing;
FBSDKShareLinkContent *content = [[FBSDKShareLinkContent alloc] init];
content.contentURL = [NSURL…

oakt
- 117
- 10
0
votes
1 answer
Facebook Adnetwork stopped working even though SDK upgraded to 4.26
We have added this command in build.gradle:
compile 'com.facebook.android:facebook-android-sdk:4.26.0'
Still, we are getting an error in FB portal saying "Ensure that most of your ad traffic is coming from SDK 4.23 or above (4.22 for Unity)"…

Rupesh Patil
- 1
- 2
0
votes
1 answer
Firebase Auth: retrieving email address for all the connected providers except for phone
I have a firebase user in android where the user can attach multiple providers to the account. Now I'm able to connect multiple accounts successfully but later when I want to get the emails for the providers connected to the account using the code…

Umar Hussain
- 3,461
- 1
- 16
- 38
0
votes
0 answers
xamarin : facebook SDK
The size of my Xamarin.iOS app is >100 mb and I'm trying to reduce it. I have included the Facebook SDK which takes up 70MB on its own. The only part of the SDK that I need is the login functionality.
I have set my Linker to Link SDK assemblies only…

TheDeveloper
- 1,127
- 1
- 18
- 55
0
votes
1 answer
Can I use facebook version 4.23 in android os 4.0(kitkat) api 14?
I'm just using facebook sdk for sign in.
Can I use facebook 4.23 version or lastest version for android api 14?

user3509081
- 65
- 4
0
votes
0 answers
Cannot get facebook page id from url if it contains dash
I have facebook url like https://www.facebook.com/youtube-7270241753/
I need to get id of that page.
I am using Facebook SDK for C#.
I have FacebookClient with access token.
dynamic response = await FbClient.GetTaskAsync($"{input.Url.Replace("www",…

demo
- 6,038
- 19
- 75
- 149
0
votes
2 answers
Getting image and text from facebook post
Is there any possibility to extract/get the image and description from Facebook post in code?
Let say we have a public post
https://www.facebook.com/rihanna/photos/a.207477806675.138795.10092511675/10154095214621676/?type=3&theater
Do we able to…

artos
- 751
- 1
- 10
- 25
0
votes
1 answer
How to manage a hash key in facebook for android app?
I am integrating my android app with Facebook using Facebook SDK.
I have two question.
1. Do I have to generate hash key for each of the app that I'll develop?
2. Is there any debug hash key and release hash key?
Note : I'm not using Facebook login,…

Misbah Ahmad
- 759
- 2
- 10
- 20
0
votes
1 answer
Android get facebook email address
i have done facebook login but i dont know how to get email address and display it in another form
So, this is the code
private void nextActivity(Profile profile){
if(profile != null){
Intent main = new Intent(LogInTo.this,…

Meng
- 123
- 1
- 3
- 10
0
votes
0 answers
Android Cant get all user information from Facebook SDK 4
I am trying to get all informations from Facebook SDK. Actually this code is working but i have a problem. This code cant get all informations from all facebook accounts. When i log in from my account, it took my all information correctly but from…

Sercan
- 121
- 3
- 13
0
votes
1 answer
'FBSDKCoreKit/FBSDKCoreKit.h' file not found using cocoapod and use_frameworks
I have installed the Facebook SDK using cocoapods in my objective-c project. This is how I added it in the pod file
use_frameworks!
pod 'Bolts'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
The problem is that the build failed…

Ne AS
- 1,490
- 3
- 26
- 58
0
votes
1 answer
Android Facebook invite only shown in "App Invites" section
I implemented the Facebook App Invites feature into my app. Sending and receiving works fine in my app, but the Facebook user that received the invite on his Android app doesn't receive neither push notification or general notification as specified…

Matteo Pellegrino
- 93
- 1
- 2
- 7
0
votes
0 answers
How to automate testing of facebook swift sdk login?
Facebook advises testing your login flow and gives multiple test cases here. But for the life of me I can't figure out how to automate these. They seem to be written expected users to manually test these cases.
This code allows me to test things…

Aquila Sagitta
- 438
- 3
- 9