Skip to main content

All Questions

Tagged with
0 votes
0 answers
402 views

Facebook Deeplink not taking to iOS application

I have integrated required Facebook pods and completed all steps as mentioned in the Facebook guide for Ads Deep linking ANd write Below code in didFinishLaunchingWithOptions Settings....
amit.mishra's user avatar
0 votes
0 answers
150 views

Requesting Facebook friends count in Swift 3

I'm trying to get the user Facebook friends count in Swift 3, but I found some problems: First of all, I created this code based on Facebook Documention: func getNumberOfFriends() { let ...
Leonardo Alves de Melo's user avatar
0 votes
1 answer
1k views

Swift: Take a screenshot of the viewController and share it on Facebook

I created the following function to share a post on Facebook: @IBAction func socialShare(_ sender: Any){ //Alert let alert = UIAlertController(title: "Share", message: "First share!", ...
arc4Random's user avatar
2 votes
0 answers
284 views

FBSDKShareDialog not showing and returning error 2

Hi I've been this week adapting my app to iOs11 and since yesterday to today trying to do repare the share video to facebook button in iOs 11 but without success. I've tried everything, googled, tried ...
Alfro's user avatar
  • 1,544
1 vote
2 answers
5k views

Share With Facebook Not Working Anymore on iOS 11

I Use Facebook SDK For iOS and its works fine on iOS 10 but when I upgrade my phone into iOS 11 the facebook share is not working anymore. please help, thanks in advance.
Joseph Mikko Manoza's user avatar
0 votes
0 answers
41 views

Facebook user_photo permission not granted to other users

Good Day!, I making an iOS App that required user_photos from Facebook. So i used the Facebook API. My problem is not all the user has a permission for user_photos Example User 1 "permissions": { ...
nico aurelio villanueva's user avatar
1 vote
1 answer
434 views

Integrating Facebook Login with Parse Swift 3

In my Xcode Project I already have a sign in feature that uses a user's username and password they created. Now I want to integrate a Facebook login in the project, but I am not completely sure how to ...
fphelp's user avatar
  • 1,606
1 vote
1 answer
71 views

Integrate Facebook Login with Parse

In my Xcode Project I already have a sign in feature that uses a user's username and password they created. Now I want to integrate a Facebook login in the project. I was able to write the simple sign ...
fphelp's user avatar
  • 1,606
0 votes
0 answers
61 views

Page in Facebook App doesn't load

I'm having some problems opening a page in Facebook App. The Facebook application opens, however the page is not displayed, it simply doesn't load. I don't have problems opening it in Safari, the ...
Xenetrix's user avatar
  • 339
0 votes
1 answer
507 views

How can I check the first Login with Facebook in swift?

I want to check the first login with Facebook so I can give 2 options: 1. if it is the first login to send the into authentification step 2 where they need to add extra details. 2. option 2, if the ...
Marian Petrisor's user avatar
0 votes
2 answers
1k views

How to share photo to Facebook within iOS app, when Facebook app is not installed on the phone?

Im using FBSDKShareKit (4.22.1), i'm trying to share photo with the following code: let photo = FBSDKSharePhoto() photo1.imageURL = URL(string: "sample url") photo.isUserGenerated = false let ...
Mina's user avatar
  • 2,212
1 vote
2 answers
1k views

Facebook embed posts mobile app

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam<p><iframe style=\"border: none; ...
johny666's user avatar
-1 votes
1 answer
255 views

SWIFT 3 Parse + FB Login

I would like to make a custom login button with 'ParseFacebookUtilsV4'framework. regarding the documentation of Parse, it should be: PFFacebookUtils.logInInBackgroundWithReadPermissions(permissions) ...
Kibo's user avatar
  • 1,833
0 votes
1 answer
790 views

Show Facebook Events in Swift 3

How can I store Facebook events in an array using Swift 3? I have the following code which I pretty much copied from The Swift Guy but it doesn't work for this code. The following is in my viewDidLoad(...
Jordan Polun's user avatar
1 vote
1 answer
633 views

FBSDKGraphRequestHandler Swift 3 error

I have tried to debug my entire app, and currently I am down to 3 errors, all the same error. I have spent hours trying to debug these last 3 errors on my own, but I haven't been successful. Of course,...
Amalia's user avatar
  • 25

15 30 50 per page