facebook-ios-sdk Questions

2

Solved

I am trying to retrieve email id after fb login in my app. However I am getting an error when i try to get the value from result. The error is:Type 'Any?' has no subscript members. func fe...
Diplomatist asked 21/9, 2016 at 9:19

2

Solved

i need to get the Facebook user information details when i login a new user through parse. at present i am logging in the new user below. can't seem to get the user details though. I've seen some c...
Ismaelisman asked 6/7, 2015 at 11:7

1

I'm trying to setup the core Facebook SDK into my project. My project is Swift based, yet the SDK is ObjectiveC. I copied both Bolts.framework and FBSDKCoreKit.Framework into my project. I setup a...
Palawan asked 26/10, 2016 at 23:28

6

In my app I'm using facebook SDK to login a user like this: FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; [login logInWithReadPermissions: @[@"public_profile", @"email"] fromViewCo...
Stellular asked 16/9, 2016 at 12:58

3

Solved

I am using Facebook SDK v4.8.0 for iOS in my application for login with Facebook. (iPhone OS version 9.3) Following is some related code for integration: AppDelegate.swift func application(appli...
Disdain asked 14/5, 2016 at 12:34

1

I need to get all my friends list: I found this code: var fbRequestFriends: FBSDKGraphRequest = FBSDKGraphRequest(graphPath: "/{friend-list-id}", parameters: [AnyHashable : Any]()) fbRequestFrie...

4

Solved

I am rewriting my graph requests with the latest Swift3. I am following the guide found here - https://developers.facebook.com/docs/swift/graph. fileprivate struct UserProfileRequest: GraphReques...
Schaal asked 25/9, 2016 at 5:54

4

Solved

I had implemented Facebook App invites in Demo Application. It worked fine but did not get notification. I have added all detail in my question, now can anyone tell me what is the issue in my c...

1

When I try to share a link along with a picture, at the same time, via FBSDKSharePhoto, only the photo gets shared. No link appears. Here is the code I use: let photo : FBSDKSharePhoto = FBSDKSha...
Sartin asked 12/6, 2015 at 12:6

17

Solved

It says "FacebookSDK/FacebookSDK.h file not found" Yet I can jump-to-definition on the #import and it takes me to the file. And once I added the #import it now knows what FBFriendPickerDelegate ...
Anatto asked 11/10, 2012 at 21:59

1

We are currently changing the name of an app that is using the Facebook SDK for sign-in (and nothing else really), which means that for non-updated users the name of the Facebook app will not match...
Tildatilde asked 28/7, 2015 at 14:5

1

Solved

My project won't build if I keep the -Objc flag in other linker flags and I inherit the flag from Cocoapods. I can delete this from Pods.debug.xcconfig and all works, however, every time I run pod ...
Velites asked 14/7, 2015 at 15:20

5

Solved

In some cases in my application i need to log the user out, but i only have the FBSDKLoginButton instance in my view controller and implementing the FBSDKLoginButtonDelegate using func loginBu...
Headliner asked 31/3, 2015 at 16:57

1

I get this error when using FBSDKLoginKit, FBSDKShareKit, to login, share link and like a link in my application. I using FBSDKLoginButton to login @property (nonatomic, strong) IBOutlet FBSDKLo...

4

I'm using FBSDKLoginButton to allow to user login using Facebook and using FBSDKLoginButton.readPermissions = @[@"public_profile",@"email",@"user_likes",@"email",@"user_birthday"]; to ask for pe...
Hypogeal asked 31/3, 2015 at 7:45

2

I have to implement Facebook invite in my iOS app. I am following below reference link: https://developers.facebook.com/docs/app-invites/ios and created app link as per below link: https://devel...

6

My facebook access token is null despite the fact that the button shows that I'm logged in. Anyone know why this would be? From RootViewController.m - (void)viewDidLoad { [super viewDidLoad]; ...
Lagoon asked 3/4, 2015 at 14:46

0

I am using Xcode 7.3.1(Swift) and using the latest FB iOS SDK v4.15.1 EDIT Same scenario happened also on FB iOS SDK v4.14.0 EDIT OVER I am facing a weird issue in iOS 10 device whenever I am doing...
Anemoscope asked 21/9, 2016 at 7:21

2

Solved

recently I started adding my application IOS 10 features while I encountered a weird bug: When authenticating with facebook SDK via browser as soon as I click the confirmation button in facebook i...
Refrigerant asked 21/8, 2016 at 22:21

2

Solved

I'm creating the FBSDKShareLinkContent object and feeding it into the FBSDKShareDialog. I'm trying to set up the dialog's default message to something like "my highscore is %d !". sharing itself is...
Fowle asked 30/3, 2015 at 14:36

5

Solved

I have followed many examples and looked at many questions regarding this access token error, but I can't seem to find out why I am getting it or how to fix it. I init Facebook like they do in the...
Oballa asked 29/10, 2012 at 18:8

7

Solved

I'm trying to transition my app to the new Facebook SDK 3.1 (with support for iOS6 authentication). I had it working just fine, so I then decided to remove the app from my list of authorized apps ...
Dialogism asked 26/9, 2012 at 11:55

1

I am upgrading from Parse v1.6.4 to the latest version and also i am upgrading facebook ios sdk to v4.7. The problem is after the app is authorized,it shows a blank white screen and if i click "don...
Begga asked 3/11, 2015 at 13:5

1

After the last update of xcode 7.3 i am having ld: warning: Auto-Linking supplied `'/Users/utkudalmaz/Developer/Frameworks/FacebookSDK/Bolts.framework/Bolts', framework linker option at /Users/utk...
Rodent asked 27/3, 2016 at 11:12

7

Solved

I got an issue with the new FBSDK. Whenever I try to call the login method logInWithReadPermissions, I get this error message: ERROR : "canOpenUrl : failed for url "fbauth2://" error: "(null)" ...
Scotney asked 13/8, 2015 at 14:46

© 2022 - 2024 — McMap. All rights reserved.