Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

IOS SDK Updated - However META Developers platform doesn't recognize the update

We have updated since February 2024, the META SDKs for both Android & IOS, however META Developers platform doesn't recognize the updated IOS Version, while for Android looks updated. From META ...
Nikos Drivas's user avatar
1 vote
0 answers
233 views

What should be the best approach to test iOS SDK public functions with number of real devices and iOS version?

I am looking into the approaches for testing the iOS SDK public functions without explicitly developing an dedicated app to test the SDK public function. Approach which did not worked: We can develop ...
atul's user avatar
  • 11
0 votes
1 answer
23 views

Facebook iOS SDK - access freshly granted for app

Is it possible to determine if the access freshly granted for my app? I mean : I would like to be able to differentiate between - a login that is made by a user who already granted access for my app ...
thorax's user avatar
  • 591
0 votes
1 answer
26 views

Where can I find facebook SDK 4.0+ for iOS?

I'm building an app on Parse iOS SDK 1.9.1 and Facebook iOS SDK 4.8.1 However, it is not officially compatible and I'm having issues compiling the darn thing. http://www.parse.com/docs/ios/api/Classes/...
Ryan Zhou's user avatar
  • 126
7 votes
3 answers
6k views

Facebook iOS SDK 4 error info.plist

I'm using the Facebook-iOS-SDK-4 for a FB login but when I try to compile I have this error. 2015-06-05 03:15:02.001 Hooiz[4681:781254] *** Terminating app due to uncaught exception '...
Pixel's user avatar
  • 920
0 votes
3 answers
954 views

Facebook API / iOS SDK / retrieve page posts without login

Is it possible to retrieve Facebook page posts in an iOS application without having to use Facebook Login? I am currently using the Tumblr API which works perfectly fine and delivers pictures and ...
patrick's user avatar
  • 881
-1 votes
1 answer
59 views

Should I integrate Facebook SDK in my application when I can use iOS6 native Facebook integration [closed]

The requirement for my application is just Login and share an image to Facebook. Is there any drawback to just work with native iOS6 integration only?
Vishal Gupta's user avatar
0 votes
0 answers
781 views

iOS - sharing failure but only when Facebook iOS app not installed

I'm currently using the iOS Facebook SDK to share text, links and pictures but am seeing strange behavior when the user doesn't have the iOS Facebook app installed. The post is failing with the ...
Jimmy Broad's user avatar
1 vote
1 answer
1k views

Filling my model from Facebook data (<FBGraphUser>)

I created a model called User that have a property "name". I'm making a request to facebook API (using the latest iOS SDK), the idea is set my user.name property when the facebook return the data. ...
GodFather's user avatar
  • 3,116
3 votes
5 answers
2k views

Facebook iOS SDK 3.5 modal feed dialog loads empty in iPhone

I use this code to present share dialog: if (![[FBSession activeSession] isOpen]) {[self login]; return;} NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: ...
Lukasz's user avatar
  • 19.9k
2 votes
2 answers
1k views

FBLoginView rejects some users

I am using the newest Facebook iOS SDK in my project. I have successfully implemented Facebook login using FBLoginView following their own guide: https://developers.facebook.com/ios/login-ui-control/ ...
user avatar
0 votes
1 answer
1k views

Facebook SDK 3.2 for iOS 6: Can't login -> openURL not called / AppId & URL is correct

Hiho I have a big problem with the new Facebook SDK 3.2 for iOS 6 (I use the iPhone simulator for testing). I've implement the Facebook Login exactly like described in the how-to. The only difference ...
oplagon's user avatar
  • 11
0 votes
2 answers
1k views

Facebook iOS SDK pulling friends data issue

I'm trying to implement Facebook iOS SDK 3.1.1 into my app and I'm having issues. When I try to run NSString *query = @"SELECT uid, name, pic_square FROM user WHERE uid IN " @"(SELECT uid2 FROM ...
Wes's user avatar
  • 419
0 votes
1 answer
626 views

Facebook SDK iOS app stay logged in when app quits

Currently I'm using the below if statement to check if the user has an open session to facebook through my app. if (FBSession.activeSession.isOpen) { // post to wall } else { [appDelegate ...
Sami's user avatar
  • 1,404
0 votes
1 answer
531 views

Building Facebook With Latest iOS SDK for ARC and Multiple Developers

I'm attempting to upgrade from Facebook SDK 2.0 to 3.0 and I'm having basically the same issue as is mentioned in this thread: XCode & Facebook IOS SDK - Instructions incorrect but with a slightly ...
Evan K. Stone's user avatar

15 30 50 per page