Skip to main content

All Questions

Tagged with
10 votes
2 answers
417 views

Facebook iOS SDK and iOS6

I'm currently trying to use the Facebook SDK official pod in its 3.14.1 version (also tried 3.9, same result) but I stumble upon an issue. Here is my code: self->_session = [[FBSession alloc] ...
dvkch's user avatar
  • 1,109
2 votes
0 answers
268 views

How to implement a Facebook like button without leaving iOS app?

I was wondering how can I implement a Facebook "Like" and "Unlike" button right within my app without making the user leave the app. I know Apple has implemented this in their App Store app, so it is ...
Christian Gossain's user avatar
0 votes
1 answer
432 views

Reading status updates of Facebook user requires read_mailbox permissions on iOS

I am porting an old iOS app (I was using the ACAccount classes from the iOS 6 framework, which became quite problematic so I'm switching to Facebook iOS SDK) that used to work properly before. I haven'...
Can Poyrazoğlu's user avatar
0 votes
1 answer
115 views

can't post image description in facebook

I can't post in facebook feed an image with description. here the code I given, It will share the image but , can't post description NSDictionary *parameters=[NSDictionary ...
Vineesh TP's user avatar
  • 7,923
1 vote
1 answer
2k views

FB ios SDK - 3.0+ - How can I add permission to [FBSession.activeSession openWithBehaviour: completionHandler]?

since I don't want the fallback flow starts with iOS6 login dialog, I used [FBSession.activeSession openWithBehaviour: completionHandler] but wonder where I can add the permission parameters, just ...
Newbie's user avatar
  • 2,805
2 votes
1 answer
585 views

Facebook login failing on iOS 6

When I try to login using Facebook iOS SDK I get the error The operation couldn't be completed (com.facebook.sdk error 2). The state of the session is: FBSessionStateClosedLoginFailed. THis is my ...
Tony's user avatar
  • 10.2k
1 vote
1 answer
209 views

FBRequestConnection startForCustomAudienceThirdPartyID:nil works on simulator, not on device

Using FB SDK 3.6, I am attempting to capture FB User IDs and save to Parse datastore in the cloud to build a custom audience to market to. My call is as follows: [FBRequestConnection ...
Paul N's user avatar
  • 11
0 votes
1 answer
606 views

How to Integrate Facebook iOS 3.5.3 SDK embedded Webview in iOS

Hi I am new to iOS and developing app with Facebook ios 3.5.3 SDK. How to integrate the iOS EmbeddedWebview mechanism in app with lasted 3.5.3 facbook sdk. With embedded web view how to implemente ...
Ramesh GR's user avatar
0 votes
1 answer
279 views

FBPlacePickerViewController doesn't load any data

I am trying to use FBPlacePickerViewController and it doesn't seem to load any data. Here is my code: FBPlacePickerViewController *picker = (FBPlacePickerViewController*)segue....
Can Poyrazoğlu's user avatar
1 vote
1 answer
391 views

Is it possible to send the user to the system settings?

If I want to send a user to the facebook settings page under "system preferences" from within my app, what is the best possible way to do that, if it is indeed possible: A case where this is useful ...
stackOverFlew's user avatar
-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
1 vote
3 answers
2k views

Facebook SDK iOS error 2

I'm trying to log into facebook with their API using [FBSession openActiveSessionWithReadPermissions:permissions allowLoginUI:YES ...
null0pointer's user avatar
  • 1,543
0 votes
1 answer
213 views

Upload a photo to a specific album

I post a photo via the method startForUploadPhoto -> https://developers.facebook.com/docs/reference/ios/3.1/protocol/FBGraphUser/#id But I could not find a way to specify the album name, currently it'...
maxday's user avatar
  • 1,342
10 votes
2 answers
905 views

FaceBook SDK3.5 closeAndClearTokenInformation calls completion handler of openActiveSessionWithReadPermissions

I have the following code that I use during facebook login. - (BOOL)openFBSessionWithAllowLoginUI:(BOOL)allowLoginUI withCompletionHandler:(void (^)())completionHandler { NSArray *...
Shirish Kumar's user avatar
0 votes
0 answers
39 views

attemptedRefreshDate should not be released in FBSession.m

I am seeing a crash on FBSession.m, line 266. Signal number is 11 (bad memory access.) See https://github.com/facebook/facebook-ios-sdk/blob/master/src/FBSession.m?source=c#L266. Since ...
Amber Haq Dixon's user avatar

15 30 50 per page
1
2 3 4 5 6