Skip to main content

All Questions

Tagged with
535 questions with no upvoted or accepted answers
9 votes
2 answers
994 views

Instagram Sharing to Feed iOS not working (UIDocumentInteractionController)

iOS 14.2, I am not able to share image as described in https://developers.facebook.com/docs/instagram/sharing-to-feed/ I can share same image to any other app from this menu correctly (e.g. telegram) ...
Bohdan Rozov's user avatar
7 votes
2 answers
257 views

facebook swift sdk 0.2.0 swift 3.1 login page stays open

I'm using; swift sdk 0.2.0 and swift 3.1 So, on my viewcontroller (initial.swift) I've import UIKit import FacebookCore import FacebookLogin ... override func viewDidLoad() { if let accessToken =...
code_ada's user avatar
  • 884
7 votes
1 answer
824 views

Why are my app's videos uploading to Facebook as a blank green screen?

Don't know where else to ask this, so I thought to start here. I have two video clips. Neither video clip has any audio. One video clip is captured from the iPhone's camera via AVCaptureSession. ...
swiftyboi's user avatar
  • 3,222
7 votes
0 answers
379 views

FBGraphUser in Swift

I'm using the Facebook iOS SDK in Swift to access Facebook and I would like to work with the FBGraphUser (or FBGraphPlace, FBGraphLocation) protocols rather than with a pure Dictionary. The request ...
Jan's user avatar
  • 7,604
6 votes
2 answers
452 views

Build Error with Parse iOS SDK and Facebook

I just created a new project and added a few pods as shown here: install! 'cocoapods', :deterministic_uuids => false # Uncomment this line to define a global platform for your project platform :...
LilMoke's user avatar
  • 3,344
6 votes
0 answers
1k views

Facebook SDK for IOS in FLutter

I'm trying to add the Facebook SDK in my flutter project but i don't know the proper Swift code to put in the AppDelegate.swift. Following this guide I should paste this code: // AppDelegate.swift ...
Guilherme Zamberlam Pomini's user avatar
5 votes
1 answer
2k views

Xcode says Facebook app id isn't included in info.plist even though I have mentioned it

As you can see, I have included the Facebook app ID in my info.plist file. Everything works fine, until I click the 'login with Facebook' button. After that it stops and throws this error. I am also ...
Kevin Thomas's user avatar
5 votes
1 answer
170 views

WKWebView does not detect the video URL of Instagram, Facebook, and Netflix video

I want to detect the video URL of Facebook video and Instagram video but WKWebView gives a YouTube video URL. I already used WKWebView navigation delegate but it does not give the video URL. webView!....
Saood Bukhari's user avatar
5 votes
2 answers
210 views

Facebook comments plugin - text is lost after login

When I an adding a comment on Facebook comments plugin on logout state, a "Log In to Post" button appears. I press it and log in, the webview is reloading in a logged in state and the text is lost. ...
Luda's user avatar
  • 6,968
5 votes
1 answer
629 views

iOS9 Facebook Login canOpenURL error

I am having an issue with Facebook SDK 4.6 using iOS9 and Xcode7. When testing on a device, nothing happens when I click the login button and in the iOS Simulator, I receive an error. 2015-10-01 17:...
Wraithseeker's user avatar
  • 1,904
5 votes
1 answer
866 views

Facebook Login: -canopenurl issue with facebook sdk?

I'm trying to integrate Facebook Login in my IOS app. The error -canOpenURL: failed for URL: "fbauth2:///" - error: "(null)" is suddenly started coming now. My info.plist has following entries &...
crysis's user avatar
  • 1,584
5 votes
0 answers
214 views

Handle Invalidated Token Alert from Facebook SDK

P.S: Please help me vote up this question since it is really really difficult to find the solution. Below is my code to check if my facebook token is valid or not. var request: ...
JayVDiyk's user avatar
  • 4,417
5 votes
0 answers
3k views

Facebook Messenger App Link [iOS]

I'm creating an iOS application where I'd like to integrate Facebook Messenger for users to message each other. I've tried deeplinking via fb-messenger://user-thread/{user-id}, which works as intended....
asklausen's user avatar
  • 111
5 votes
1 answer
1k views

swift: Xcode Couldn't Generate Swift Representation for Facebook framework

I am try to integrate facebook in my app using Swift. I have download the Facebook SDK in my app. the fecebook SDK is in Objective-C. And for that to connect Objective-C files in Swift I am creating ...
Pallavi Nikumbh's user avatar
4 votes
0 answers
2k views

Terminating app due to uncaught exception 'NSInternalInconsistencyException' in xcode 13.2.1

Here is my error message Thread 1: "Starting with v13 of the SDK, a client token must be embedded in your client code before making Graph API calls.\nVisit https://developers.facebook.com/apps//...
Test's user avatar
  • 141

15 30 50 per page
1
2 3 4 5
36