Skip to main content

All Questions

0 votes
0 answers
129 views

Facebook iOS SDK image URL of public profile have status 404

I have a problem with fetching user profile images from publis_profile, after initialization of the Facebook app, a month everything worked as expected, the mobile SDK fetched image without a problem, ...
Ice's user avatar
  • 730
0 votes
0 answers
321 views

Facebook iOS SDK Disable auto log app events

According to the documentation for Facebooks iOS SDK, in order to turn off automatic events (specifically looking to turn off APP INSTALL), you need to set the following plist flag to false. ...
NickDK's user avatar
  • 1,009
5 votes
3 answers
4k views

FBSDKLog: FBSDKGraphRequestConnection cannot be started before Facebook SDK initialized

I just use Facebook Analytics in my iOS app using FBSDKCoreKit 8.1.0 (latest) This error message keeps flooding my log: FBSDKLog: FBSDKGraphRequestConnection cannot be started before Facebook SDK ...
themenace's user avatar
  • 2,760
3 votes
2 answers
376 views

Unable to get user's email ID in user_friends API of Facebook

I'm fetching the list of user's friends who all are using the application with Login with Facebook feature. In GraphAPI for "user_freinds" request, I'm requesting for id, email & name of the users....
Keyur Tailor's user avatar
1 vote
1 answer
189 views

Share Facebook profile after Login - user_link

We have a platform where users get logged in with Facebook. Now on customers demand, we want to provide a feature where we will request logged in users profile link at the time of login via user_link ...
Amit Pandey's user avatar
0 votes
0 answers
312 views

Approved permissions not showing in "My permissions and features" section on Facebook developers dashboard after business verification

My app needs to fetch the user_friends from Facebook and the Facebook app review process has approved the app also for the permissions. As next step, I have also done the business verification and on ...
cherry_4's user avatar
  • 188
0 votes
1 answer
741 views

How to delete facebook post programmatically that has not been posted by your application?

How to delete Facebook post that is not posted by your application? Using graph API - according to docs /* make the API call */ new GraphRequest( AccessToken.getCurrentAccessToken(), "/{post-...
maveroid's user avatar
  • 1,860
0 votes
0 answers
340 views

"Not Now" button handling in **Facebook-SDK**

In Facebook-Login when user enters "Username & Password" then on safari Facebook-SDK showing below screen. If the user clicks on Not Now rather that on Continue as User. Facebook-SDK returns ...
Mahesh Kumar's user avatar
  • 1,104
7 votes
1 answer
6k views

swift 3 facebook sdk get friends list

I need to get all my friends list: I found this code: var fbRequestFriends: FBSDKGraphRequest = FBSDKGraphRequest(graphPath: "/{friend-list-id}", parameters: [AnyHashable : Any]()) fbRequestFriends....
Oleksandr Matrosov's user avatar
0 votes
1 answer
178 views

How to post a post on Facebook API?

I want to post on Facebook a result like this: "User_name posted a post on App_name." I have tried with "/feed" but result return is: "User_name updated his status." I don't know how to return ...
Cuc Nguyen's user avatar
18 votes
4 answers
14k views

Facebook Graph Request using Swift3 -

I am rewriting my graph requests with the latest Swift3. I am following the guide found here - https://developers.facebook.com/docs/swift/graph. fileprivate struct UserProfileRequest: ...
Gavin's user avatar
  • 197
0 votes
1 answer
987 views

Facebook Permissions iOS

So I was fiddling around with Facebook's iOS SDK and with it I managed to allow the user to login into my app. I had a UIView setup on the storyboard that was of FBSDKLoginButton class which according ...
eshirima's user avatar
  • 3,867
1 vote
1 answer
354 views

Get progress from Facebook SDK GraphRequest with swift

I upload an image with this pice of code: FBSDKGraphRequest(graphPath: "me/photos", parameters: params as [NSObject : AnyObject], HTTPMethod: "POST").startWithCompletionHandler({ (connection, ...
Oliver Apel's user avatar
  • 1,838
0 votes
1 answer
603 views

pages_messaging permission facebook iOS SDK subscribe to page

I'm trying with the Facebook iOS SDK to subscribe to a page so that I can utilize a web hook and receive updates when a person comments on the page. However, It does not work. I request these login ...
nathan89615's user avatar
0 votes
0 answers
262 views

Is is possible to get FB profile picture without the user-id?

I have seen some of the applications get the profile picture from Facebook, WITHOUT using FB Login (these apps don't have a Social-Sign-In option, I just entered my phone number/email id as the ...
Pulkit Vaid's user avatar

15 30 50 per page
1
2 3 4 5
19