Skip to main content

All Questions

7 votes
1 answer
660 views

Is it feasible to integrate Facebook SDK 15.x with iOS using Objective C

We were able to test the FB iOS SDK 11.x which had the Objective-C interfaces, but would it be possible to do the same with FB iOS SDK 15.x since it seems to contain only Swift interfaces
Senthil Kumar's user avatar
0 votes
1 answer
67 views

Is there a way to find and change Facebook account's privacy settings programmatically?

I want to know if it is possible to find and manage privacy settings for a Facebook account programmatically. Like Jumbo Privacy app is doing. I'm trying to find out if there is a way possible to ...
Sajjad Ali's user avatar
0 votes
1 answer
226 views

How can I update the privacy parameter in FBSDKGraphRequest when starting a live video?

I am trying to update the privacy parameter so that the live video my app starts is posted on the user's timeline with the privacy set to "ALL_FRIENDS". I have looked through the documentation and the ...
D.Khan's user avatar
  • 163
-2 votes
2 answers
108 views

Facebook profile link of some facebook user is declined in response using FBSDKLoginManager in iOS app

I'm using FBSDKLoginKit to login with Facebook. I'm trying to get email, name, public profile and user profile link. According to latest policy to get profile link, developer need to ask permission ...
amirtmgr's user avatar
  • 303
0 votes
2 answers
318 views

Get profile picture for other Facebook users in iOS

I'm trying to get the profile image for a Facebook user using the Graph API in the Facebook SDK for iOS but the example code from the website does not work for me. https://developers.facebook.com/docs/...
Berry Blue's user avatar
  • 16.1k
1 vote
1 answer
4k views

iOS: -canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)" on Simulators & Devices

I used that Link but I have that error message. Impossible to know why. What I want is to have just a button, click on it to share a local image on an iPad, without having the facebook app installed. ...
ΩlostA's user avatar
  • 2,571
-2 votes
1 answer
176 views

how to get the facebook post details from share url in iOS

I have a facebook share url like this (https://www.facebook.com/pus18/videos/498575787191356/). From the share url i want to get details like post id, title, source, length of the video. Please give ...
Ajay's user avatar
  • 185
0 votes
0 answers
16 views

Content to share in Facebook is empty [duplicate]

I'm trying to share content in facebook, but when the dialog of Facebook appears, the content to share it's empty I mean nothing is showing up, did I forgot to write something in the code? or ...
user8172235's user avatar
0 votes
1 answer
83 views

Issue regarding facebook log in kit

if i am adding "manage_pages" key for read permission the app is getting crashed any idea why? and how to solve it. The permission is approved by Facebook in app review so issue there. here is the ...
Harsh Srivastava's user avatar
3 votes
0 answers
322 views

How to share a website in FBSDKShareDialog in Graph API 2.9 for iOS

Hi I've been trying to implement a similar solution for sharing a website using FBSDKShareDialog for iOS (FB SDK). From July, 2017 my current implementation is deprecated: FBSDKShareLinkContent *...
Javier's user avatar
  • 31
0 votes
0 answers
100 views

How to share data to facebook with new iOS SDK v4.23?

I am working on an app where I have implemented Facebook sharing with graph API version v2.3 no. Now I want to update it to latest SDK and latest graph API version. i.e v2.9 so is there any changes in ...
user3306145's user avatar
0 votes
0 answers
45 views

Facebook ios sdk doesn't work on ios 8.3

I am using Facebook ios sdk for login into my app. FBSDKLoginManager *loginManager = [[FBSDKLoginManager alloc] init]; [loginManager logInWithReadPermissions:@[@"public_profile", @"email"] ...
Karen  Karapetyan's user avatar
1 vote
0 answers
95 views

Post comment on facebook in iOS app

I was trying to comment on the Facebook post from the application with the following method: NSDictionary *params = @{ @"message": @"test message", ...
Minkle Garg's user avatar
0 votes
0 answers
100 views

Get USER tagged and saved videos by graph api

I have two queries; 1- How can i get user's tagged videos as the below request to Graph API returns me nil on request :( and i have spend about thousands of minutes on searching for this issue but ...
Muhammad Zaheer's user avatar
1 vote
3 answers
775 views

iOS getting User's Facebook ID & friends List with Profile picture URL of Friends

I want to get user id from Facebook and Friend list, with friends id & profile picture URL of friends. I've two code samples, first is NSDictionary *params = @{@"fields": @"name, id, picture"}; ...
Zubair's user avatar
  • 935

15 30 50 per page
1
2 3 4 5
31