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

facebook sdk logout issue for ios

I am using facebook sdk for ios for the first time. I have been facing a weird problem. The facebook sdk lets me logout but wont let me login with a different user. do you guys have any idea how to solve this. I am pasting something that i have…
0
votes
1 answer

IOS url scheme and facebook

I'm trying to get around the documentation with no real success. I defined a URL scheme for my app: ://?param1=X¶m2=Y Now I want to include this address in posts (presentShareDialogWithOpenGraphAction or…
Boaz
  • 4,864
  • 12
  • 50
  • 90
0
votes
0 answers

Share a photo on user's facebook profile on iOS

I'm trying to share a photo from my app to facebook, exactly like Instagram does by toggling on "Share on facebook", where the user result in having a beautiful large photo on his wall. I followed exactly the "Custom Stories with Open Graph"…
0
votes
1 answer

Facebook app request shows up in desktop browser but not iOS app

I am trying to set up in app facebook game requests for an iOS app. I am able to successfully send a request from the iOS app and view them in a browser on my laptop. However, when I try to find the game requests using the facebook app for iOS…
0
votes
2 answers

Facebook Feed error without any info passed to the callback and no change made on the app-side

I've just launched a game made with Unity3D which use the Facebook SDK for multiple purposes. Before uploading my app to the Appstore for Apple review, I've fully tested it on iOS 6 and iOS 7 and everything was working perfectly. A week later, after…
0
votes
0 answers

How can I change the authentication dialog of facebook in iOS?

I'm using the facebook sdk v.3.15. When I authenticated, the Facebook App Native Login Dialog (pic 1) has been showed but I want the iOS Native Login Dialog (pic 2) to be showed. How can I do it? I have tried this link but seem it's obsolete. How to…
Q.u.a.n.g L.
  • 1,564
  • 1
  • 12
  • 27
0
votes
0 answers

multiple IOS apps login with facebook

I'm using FBLoginView in my IOS app. I built a second app for testing the next version (different bundle name) to co-exist with the production version. When I click login with facebook, after permission validation I get the production app running…
Boaz
  • 4,864
  • 12
  • 50
  • 90
0
votes
1 answer

No prompt when getting Facebook permissions when system FB account is configured

Edit: No work around yet, but Facebook in there own SDK seemed to have deprecated using the system FB sign-on. I tried the latest SDK, and it just completely ignores the system sign-on. Unfortunately I can' used the latest SDK as, despite using the…
Matt
  • 435
  • 5
  • 15
0
votes
1 answer

Create post on facebook with iOS sdk which tags a facebook page (ex. @Coca-Cola)

I can do this easily from the web, by just typing @cocacola and selecting the fan page that I want to comment on. However, I can't do this with the native facebook post view on iOS. Is there another way to do this on iOS?
D-Nice
  • 4,772
  • 14
  • 52
  • 86
0
votes
0 answers

Facebook login not working with extended permissions

In my application, I have Facebook login functionality. It working fine in current application state. Due to new requirement I want add some extra permission while login with Facebook. My problem: If user is logged in to Facebook from iOS Setting…
OnkarK
  • 3,745
  • 2
  • 26
  • 33
0
votes
1 answer

FBFriendPickerViewController is empty

I'm using Facebook SDK for iOS v3.14.1 I have the following code which allocs and inits an FBFriendPickerViewController, then presents it. The second line of code is just COCOS2D's way of presenting a view controller. The view controller itself is…
Graham Nicol
  • 264
  • 2
  • 14
0
votes
1 answer

IOS can't set FBProfilePictureView as the image view class

I have added an imageview on my viewcontroller using storyboard and I wanted to set the class of the image view to FBProfilePictureView but every time I did that, xcode return the class to empty, it seems that it doesn't recognized the…
Carol Smith
  • 199
  • 1
  • 1
  • 16
0
votes
2 answers

How to add test friends to Facebook test users programmatically using Facebook iOS SDK 3.14.1

We need that all our test users to be friends of each other. Doing that through the App Dashboard manually is a tremendous amount of work depending on the number of test users you need (in our case more than 50 test users). Therefore we are looking…
VSH
  • 7
  • 1
  • 7
0
votes
1 answer

How we can retrieve third_party_id of facebook in ios

I want to retrieve third_party_id of the Facebook's user in my ios application using Facebook SDK. Currently i am trying this [FBSession openActiveSessionWithPublishPermissions:@[@"basic_info", @"email",…
Mihir Mehta
  • 13,743
  • 3
  • 64
  • 88
0
votes
1 answer

Post on friend's wall from october 2013 onwards

I am developing an iOS and android app in which I have to give a functionality to user so as he can post on my App's wall from their account. I have found in Facebook developers forum that this functionality has been removed. Can anyone please…
Rishi Chaurasia
  • 520
  • 4
  • 18