Skip to main content

All Questions

Tagged with
0 votes
1 answer
169 views

Asset url is required for uploading the video on Facebook in iOS?

According to facebookDev.com we need asset lib but it is depreacted:
Vishal Wagh's user avatar
0 votes
1 answer
445 views

Facebook App can't find Appstore ID

I'm developing a iOS App right now and got some awkward things going on with Facebook. The App is using the Facebook Login and therefore I need to add the Bundle-ID, iPhone Store-ID and iPad Store-ID ...
Isi Pisi's user avatar
3 votes
3 answers
2k views

Is it possible to deep link to a Facebook Event page?

I've tried fb://event/EventID#Here which attempts to open the event page in the Facebook app, but then says "Unable to load event. It may have been cancelled." Obviously I didn't cancel the event, and ...
bex's user avatar
  • 41
18 votes
2 answers
8k views

How to add keychain sharing feature to App ID without device?

My problem is that I need to enable the keychain sharing feature to App ID in order to make Facebook login work for iOS10. How to use Facebook iOS SDK on iOS 10 However, I get the below message. I ...
Rohit Tigga's user avatar
  • 2,413
2 votes
1 answer
2k views

FBSDKLoginKit not redirect my app after login and confirm page

I'm integrating Facebook SDK 4.15.1, using Swift 3.0. I have followed all the steps mentioned here in link Getting started with iOS, I'm able to login to Facebook and make authorizations using the ...
Logunath's user avatar
  • 477
0 votes
0 answers
76 views

How to see published posts with hashtag from iOS app using Facebook SDK

I have an iOS app allowing people to participate to a "photo contest" by publishing a photo on Facebook with an hashtag from the app. The winner depends on the "likes" count of each post. I thought ...
Bogy's user avatar
  • 964
0 votes
1 answer
428 views

Objective c How to prevent SLComposeViewController to not to share post via Facebook app in iPhone

I am using SLComposeViewController to share a post on facebook including image and Url. Earlier it works fine when we provide account details in the iPhone settings/facebook. But now it is sharing ...
iOS dev's user avatar
  • 2,274
1 vote
1 answer
42 views

iOS app constrained to dimensions of 4S screen

I'm working on a React Native app and for some reason it started only rendering in iPhone 4S dimensions. The issue started happening when I upgraded a bunch of packages and messed with the Info.plist, ...
Robert Gerdisch's user avatar
2 votes
1 answer
3k views

How to share only text on facebook messenger for iOS using url scheme

I want to share only text from my ios app to Facebook messenger. Is it possible to send a message to the facebook messenger using url scheme? ex: fb-messenger://post?text=hello ex: fb-messenger:...
Daniel Weng's user avatar
-2 votes
1 answer
355 views

How to create a custom Facebook “Like” button? [closed]

Custom Facebook like button Change Background image Change frame Text color change
Amit Patel's user avatar
-1 votes
3 answers
405 views

facebook logout is not working in ios 9.0

i am not able to logout while logged using Facebook SDK. Could you please check the following code : self.login =[[FBSDKLoginManager alloc]init]; [FBSDKAccessToken setCurrentAccessToken:nil]; [...
MRJ's user avatar
  • 9
0 votes
1 answer
166 views

Facebook APP is not available in the iOS Facebook-APP

Excuse me for the confusing title. We have programmed App which runs with in the Facebook. It can be accessed over the desktop/notebook browsers. However it is not accessible/available if I login to ...
inditrozen's user avatar
0 votes
1 answer
114 views

iOS can't send dictionary parameters in FBSDKGraphRequest

I am trying to get the profile picture of a Facebook user in a reasonable quality from my app. By default, without any parameters, the request to the path "me?fields=picture" fetch the small one but ...
João Furriel's user avatar
1 vote
1 answer
45 views

Getting different Facebook Mutual Friend on Simulator and Device

I am using Facebook api to get Mutual Friend, but with the same account I am getting different number of Mutual Friend on Simulator and on actual devices. The code I am using : NSDictionary *params = ...
Gautam Sareriya's user avatar
0 votes
1 answer
61 views

Issue in fetching facebook friendlist after application quit in ios9

I had written the below code for fblogin : FBSDKLoginManager *fblogin = [[FBSDKLoginManager alloc] init]; [fblogin logInWithReadPermissions:params fromViewController:viewController handler:^(...
iOS developer's user avatar

15 30 50 per page