Skip to main content

All Questions

0 votes
0 answers
100 views

Facebook Login for business stopped working after updating iOS Facebook SDK. Error: Invalid Scopes: opened

My Facebook login, in my mobile iOS app, was working great till I decided to update Facebook SDK for iOS. Now it returns the following error: Looking at my developers.facebook.com console I have the ...
Alessio Stramacci's user avatar
0 votes
0 answers
323 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
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
0 answers
91 views

Share video to Facebook via Graph iOS SDK

I try to upload video to Facebook using Graph API. But always see error message (#100) No permission to publish the video. Facebook app has Development mode. I created test user there. My role is ...
Taras's user avatar
  • 1,697
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
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
1 vote
1 answer
2k views

iOS - Test getting Facebook deferred deep link

I want to get deferred deep link after sending it to my app via "Test App Link" FB testing tool. I've provided AppID in the Xcode project settings and implemented fetchDeferredAppLick method ...
Veronika Babii's user avatar
-1 votes
2 answers
164 views

Get Facebook Friends Possible 2020

All the answers that was available are too old tried different ways but not able to get any information related to facebook logged in user friends. let loginManager = LoginManager() ...
Parv Bhasker's user avatar
  • 1,893
0 votes
0 answers
336 views

How to get the stream key of a particular page of facebook using graph api in swift?

I have referred this link. https://developers.facebook.com/docs/pages/getting-started but could not get answer. I need "134902671......?s_bl=1&s_sc=134902691.....&s_sw=0&s_vt=api-s&...
oshin saki's user avatar
2 votes
0 answers
133 views

Post to FB page using iOS SDK fails while Graph API Explorer works

still struggling with this d*** FB SDK :-/ Basically, I've got an app that is supposed to post content to a FB Page. To achieve that, I login using the FB sdk. Then I request authorisations as follow ...
Khal's user avatar
  • 820
0 votes
0 answers
234 views

Post a photo to a FB Page with GraphAPI in Swift

I'm still struggling with Facebook Swift SDK and its GraphRequest. I'm trying to upload a photo to a page (https://developers.facebook.com/docs/graph-api/reference/page/photos/#upload). Apparently, ...
Khal's user avatar
  • 820
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
0 votes
2 answers
274 views

Facebook AccessToken returns nil

I can no longer sign-in-with-Facebook inside my app as AcessToken return nil... Here is my function: let accessToken = AccessToken.current guard let accessTokenString = accessToken?.tokenString ...
Chris's user avatar
  • 2,101
0 votes
1 answer
1k views

get facebook video link via video id

I am trying to fetch Facebook video link (https://www.facebook.com/messagetv/videos/2453520221381276/) using video Id in swift to get watch link or download link (https://video.fymy11.fna.fbcdn.net/...
Ptech1's user avatar
  • 31
1 vote
1 answer
615 views

iOS Facebook login not working after upgrade to 5

I updated my facebook SDK to the latest version (5) with below pods pod 'FBSDKCoreKit' pod 'FBSDKLoginKit' Here is my updated facebook login function let loginManager = LoginManager() ...
n....'s user avatar
  • 1,235

15 30 50 per page
1
2 3 4 5
14