Questions tagged [facebook-ios-sdk]

Facebook's SDK for developing Facebook-connected applications for iOS devices

Facebook SDK 4.x for iOS.

1778 questions
0
votes
1 answer

Does the FBLoginView return the correct id in the user object?

I know that Facebook has decided to encrypt app specific user id and the accepted way to acquire the current users id is to query the graph for /me. However, I noticed that my FBLoginView delegate method -(void)loginViewFetchedUserInfo:(FBLoginView…
CoderNinja
  • 571
  • 3
  • 7
  • 20
0
votes
0 answers

Which level of privacy was chosen from Facebook's publish permission?

I'm using Facebook's iOS SDK (2.x API) to request for permission to post to the user's wall. The user has a choice for the level of privacy of the posts - public, friends, or private. How would I determine which level of privacy the user chose? The…
Pwner
  • 3,714
  • 6
  • 41
  • 67
0
votes
1 answer

Facebook SDK for iOS handle login

I'm using the Facebook SDK for iOS together with the parse.com SDK for my backend (but that's not important for my problem). Both SDK's are working properly. When the user opens my app for the first time (as long as he isn't logged in), a modal view…
beeef
  • 2,664
  • 4
  • 17
  • 27
0
votes
1 answer

Tagging friends not working while link sharing using Feed dialog

I use FBWebDialogs presentFeedDialogModallyWithSession:parameters:handler: for sharing on facebook. I passed the parameter as NSMutableDictionary *parameterDict = [NSMutableDictionary dictionary]; parameterDict[@"link"] =@"link…
geepee
  • 41
  • 2
0
votes
1 answer

How to correctly get the top most view controller and cast it

Hi I have this navigation stack: NavigationController-->ViewController-->With subsequent VCs In the top most VC, I have an activity indicator that I am turning on when the user clicks "Login with Facebook" and then wanting to turn off in the closure…
Nate Uni
  • 933
  • 1
  • 12
  • 26
0
votes
1 answer

Unable to compile after upgrading Parse and Bolts frameworks in iOS app

I recently upgraded from Parse framework 1.4 to Parse framework 1.6, and I upgraded the Parse framework, the Facebook framework, Bolts framework, ParseUI framework, ParseFacebookUtils framework all to the latest version. I am now getting the error…
0
votes
1 answer

Objective-C to Swift: Facebook iOS API requestUserInfo method

Hi I am trying to figure out how to rewrite this in swift: - (IBAction)requestUserInfo:(id)sender { // We will request the user's public picture and the user's birthday // These are the permissions we need: NSArray *permissionsNeeded =…
Nate Uni
  • 933
  • 1
  • 12
  • 26
0
votes
1 answer

Facebook Profile Pictures are Tiny

My iOS app fetches the profile picture for each person after they login via Facebook, using the URL graph.facebook.com//picture?type=large. However, the picture coming back is often much smaller than the actual profile picture is when you…
meisel
  • 2,151
  • 2
  • 21
  • 38
0
votes
1 answer

How to update Facebook user picture from iOS app

How to update user picture (avatar) for user's Facebook account from an iOS app? Is there a way to achieve this using Facebook SDK, or Graph API or something else?
Alexander Tkachenko
  • 3,221
  • 1
  • 33
  • 47
0
votes
1 answer

FBwebdialogs, not showing on ios sdk - swift

Anyone else getting this error: Error Domain=WebKitErrorDomain Code=101 "The operation couldn’t be completed. (WebKitErrorDomain error 101.)" when using: FBWebDialogs.presentDialogModallyWithSession(nil, dialog: "Share this", parameters: ["Sharing…
John D
  • 1,435
  • 2
  • 16
  • 24
0
votes
1 answer

ios app URL scheme for facebook

I want to share my app URL via FB. lets say the url scheme is set to "www.myapp.com", in that case my URL string would be "www.myapp.com://?myParam=123". Problem is, fb app opens this URL in the app itself and changes the URL to…
nr5
  • 4,228
  • 8
  • 42
  • 82
0
votes
1 answer

Change FBProfilePictureView with an UIImageView(or load an UIImage) Swift

Well i have this problem! Im trying to make an app that when loading it the first time uses the FB profile picture. But they can change the image later. Now im trying to use the FBProfilePictureView view this whole time. And try to convert it to…
Twizzler
  • 491
  • 1
  • 7
  • 25
0
votes
0 answers

Invite Facebook friends to app who not authorised the app

I'm using the Facebook sdk in my app. There is a screen where I want to send invite to my Facebook friends to join my app. I'm using the below code to do that and setting the parameter "app_non_users" in it so that among all my friends I want those…
Rahul Bansal
  • 1,382
  • 15
  • 22
0
votes
1 answer

FBLikeControl does not open Facebook app

I have implemented FBLikeControl on ios. Now if I login to app with Facebook login and Facebook app is installed in my device it always opens page in Safari instead of Facebook app. I have used following code for the like FBLikeControl *like =…
Pushparaj
  • 415
  • 8
  • 21
0
votes
0 answers

Can I login to Facebook using Facebook iOS SDK without opening Facebook app?

Can I login to Facebook (get access token) using Facebook iOS SDK without opening native Facebook app? - For Facebook app I already logged in, access to my application approved. Right now: I use Login with Facebook button. User push the…
Serge Pilko
  • 59
  • 1
  • 10