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
0 answers

How do you avoid CAPTCHA's in Facebook iOS SDK shares?

I am upgrading an existing iOS and Facebook app from Facebook iOS SDK 2.x to iOS SDK 3.21.1. In testing some of the Facebook SDK generated dialogs we are consistently getting CAPTCHA's when trying to post links to our app website with the attached…
0
votes
1 answer

How do i fetch user's location, homeTown & email id in facebook Integration in ios

I am using Facebook Sdk to get user data , I am getting all other user data instead of email - id , user's location and user's home town. below here is the code which i have implemented. -(void)facebookLogin { NSArray *permissionsNeeded =…
0
votes
1 answer

How To Find Out What A User "Liked" Facebook API

I'm currently calling the facebook me/home edge to get the users home feed. In the results I might get an entry like the JSON posted below. My question is, when I get an entry like that where the user's friend ".. likes a link." How do I find out…
Khon Lieu
  • 4,295
  • 7
  • 37
  • 39
0
votes
1 answer

Facebook IOS SDK navigate to another controller after login not working

I have followed all the steps mentioned in Facebook IOS SDK Docs. My ViewController.h file is as below #import #import @interface ViewController : UIViewController @end My…
Aadil Keshwani
  • 1,385
  • 1
  • 18
  • 29
0
votes
1 answer

Like a facebook page using FBLikeControl

I am trying to like a facebook page using FBLikeControl. Well I am not so sure what is the objectID I need to pass. I tried passing the FBAPPID(as received from developers.facebook.com) as the objectID which just ends up giving a screen with no…
thatzprem
  • 4,697
  • 1
  • 33
  • 41
0
votes
0 answers

Facebook, what is the privacy setting of my app post?

I am creating an iOS app within which, the users can share posts about their whereabouts. The app MUST verify that a post that was made within it is made with a privacy setting that is not "SELF" or "CUSTOM". (specifically, either "My Friends" or…
Ted
  • 3,805
  • 14
  • 56
  • 98
0
votes
1 answer

Video uploading issues using Facebook IOS app for other users

I uploaded video from using Facebook latest sdk its works fine. I have created in ios app in Facebook developer account. Still my app in testing mode. My app was not published in app store. I have tested with my facebook account video was uploaded…
2vision2
  • 4,933
  • 16
  • 83
  • 164
0
votes
1 answer

How to set facebook logins for AWS cognito credential provider using iOS Swift

I am using AWS iOS SDK v2 & Facebook iOS SDK v2.2. I am trying to use Facebook token as the "logins" for AWS credentials provider. The problem is, I don't know how to set the logins in iOS Swift. Below is my code: if (FBSession.activeSession().state…
leonard
  • 2,337
  • 4
  • 22
  • 26
0
votes
0 answers

Facebook iOS Auth without app switching

Our iOS app currently uses basic Facebook authentication to get user profile info. When the user taps on authenticate, the app does a fast switch between the Facebook App and our app to authenticate. We would like to avoid the fast switch and remain…
0
votes
2 answers

Is it possible to retrieve the _whole_ friendlist of a user using the iOS Facebook SDK?

I am reading through the docs and other questions on Stackoverflow. Am I getting this right that it is actually impossible to retrieve the whole friendlist of the user? The permissions user_friends only refers to friends that have previously logged…
nburk
  • 22,409
  • 18
  • 87
  • 132
0
votes
0 answers

FBWebDialog going upside down

My app supports only landscape mode as I am presenting FBwebDialog It goes upside down. As you see in the screensort The device is in the Landscape mode but the Facebook dialog is going upside down and always goes this way. Not sure whose bug is…
Haroon
  • 697
  • 1
  • 9
  • 24
0
votes
1 answer

Cannot get permission for user_events facebook

I am trying to get all the events that user has created for that i am trying to request permission for accessing the user_events. However thus far facebook is not asking user for permission to access events. I have checked the test user app…
Win Coder
  • 6,628
  • 11
  • 54
  • 81
0
votes
1 answer

FBProfilePictureView not filling the assigned space in the storyboard

Well pretty straight forward. FBProfilePictureView uses (by my knowing) all the UIImageView methods. Knowing this i tried to use AscpectToFit (first in the storyboard second in the code when the first one didn't work. the i tried this: …
Twizzler
  • 491
  • 1
  • 7
  • 25
0
votes
0 answers

What facebook api I can use to post image,text and link to wall on background

I don't want to use graph story. But all other methods are rejected by Facebook team with message: Please make sure you are not pre-filling message field. for example: NSMutableDictionary *params = [NSMutableDictionary dictionary]; [params…
HG04
  • 1
0
votes
2 answers

Graph API call 'unsupported URL'

When testing the following URL string out in the Graph Explorer I get the expected return me?fields=albums.limit(10){name,photos.limit(1){images}} But when calling FBRequestConnection.startWithGraphPath("me?fields=albums.limit(10){photos}", …
Chris
  • 7,830
  • 6
  • 38
  • 72