Skip to main content

All Questions

Tagged with
2 votes
0 answers
41 views

facebook integration ios 5

I have tried a lot to get facebook integrated to ios 5.0 in my X-code 4.2. I tried facebook sdk 3.0.8(which was the last package sdk that supported ios 5. The problem was that the samples provided in ...
sharath's user avatar
  • 521
0 votes
1 answer
123 views

FacebookLikeView crashing all the time iOS

I've been using the FacebookLikeView classes in a lot of apps to enable Facebook profile liking within apps. Recently the code has started crashing in every app I've put it in. The Facebook app is ...
Matt's user avatar
  • 2,930
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
2 votes
1 answer
2k views

What are the reasons that presentShareDialog returns nil?

I'm trying to allow the user to post a simple Facebook status update, without using OpenGraph. So far, allowing the user to log in and asking for publish_actions permissions, goes well without a hitch....
SpacyRicochet's user avatar
0 votes
0 answers
201 views

openActiveSession fails on iOS 5.1 with 3.5.1 SDK

I am using openActiveSessionWithReadPermissions in my app written with the 3.5.1 SDK.. The code works great most of the time, but on device with iOS 5.1, it does not work.. I already tried resetting ...
Jaime Rodriguez Carrete's user avatar
4 votes
1 answer
5k views

How to get the list of friend without opening FBFriendPickerViewController iOS

I am using Facebook sdk 3.2 for iOS, There are various sample project available for iOS But my problem is how can i get the list of friends without opening FBFriendPickerViewController. In fact i ...
DAMM108's user avatar
  • 960
0 votes
1 answer
1k views

Facebook SDK 3.2 for iOS 5 error with FBWebDialogs

I am using Facebook iOS SDK 3.2 and I get the following error when calling FBWebDialog presentRequestsDialogModallyWithSession:message:title:parameters:handler when passing in the activeSession. "* ...
Joe Mukai's user avatar
1 vote
0 answers
422 views

Facebook iOS SDK 3.1 openActiveSession.. always returns 0

I am working on an application that needs to be able to upload an image for the app for iOS versions 5.0+. For iOS 6, I have easily implemented the social feed that works perfectly. For iOS 5, I am ...
Will's user avatar
  • 1,697
-2 votes
3 answers
191 views

I cant import headers for Facebook integration in iOS 5.1

I working on facebook integration in ios 5.1 I added FacebookSDK.framework as follows if i want add social.framework not in ios 5.1 build phases . anyone can solve this problem
user1852307's user avatar
0 votes
1 answer
578 views

Facebook-ios-sdk-3.1 Share image and fetch album photos for ios5 and ios6

I've integrated the FB SDK 3.1 in my ios application to support both iOS5 and iOS6. I can successfully share an image on my FB wall for iOS6 but I'm not able to make the sharing work for iOS5. ...
RayofHope's user avatar
  • 1,187
0 votes
3 answers
1k views

Retrieve facebook friends & invite them to my iOS app

I am developing an iOS application in which I want to retrieve my facebook friends & send it to server for checking who are already using this app using their email or phone number. Once I get ...
iOSAppDev's user avatar
  • 2,775
3 votes
2 answers
4k views

Facebook iOS SDK , exception against FBSession, *** Assertion failure in -[FBSession close]

I'm using facebook sdk 3.0.8 for ios. when i try to login with facebook it works fine but sometimes when i try to login after logging out then app is being crashed. here is exception message *** ...
W.S's user avatar
  • 931
1 vote
0 answers
360 views

Request ID is not available when App Launches after clicking Facebook notification

A Facebook app is setup with iOS native app enabled with bundle id and App Store Id of another app. Following are possible in the current scenario. 1.Sending an app request to a friend, 2.The ...
Aromal Sasidharan's user avatar
1 vote
2 answers
3k views

Check for a valid Facebook Session

I was just checking for the state of FBSession - (BOOL)hasValidSession { return (self.session.state == FBSessionStateOpen) } Occasionally the state would briefly be changed to ...
Kyle C's user avatar
  • 4,097
6 votes
1 answer
3k views

Including deprecated Facebook header folder gives error

I am using this link. But I am really stuck here, and i am getting 20 errors of duplicity and redefinition. It happens when I replaced facebookSDK/FacebookSDK.h to Facebook.h . Before that as said in ...
YogiAR's user avatar
  • 2,217

15 30 50 per page