0
votes
0answers
35 views

Error when running app in iOS5 for facebook

I am using DeFacebookComposeViewController to share pictures in facebook. It is running fine in iOS6. But have issue running in iOS5. I put a breakpoint in this function: - ...
0
votes
0answers
30 views

How to use Sharekit to get facebook Id on IOS 5?

I'm turnig around since days and I just need to get the user facebook ID using Sharekit, because I need also Sharekit to share content in my app, otherwise it's easier to use the FacebookSDK framework ...
2
votes
2answers
82 views

IOS app with data stored in server - how to implement facebook user registration (from server or app?)

I am building an IOS app, which doesnt have any data with it. When it wants to show friends list for example, it will request server for the json data etc.. So, how can I implement facebook ...
-1
votes
1answer
26 views

Facebook - how to get [closed]

I am looking to implement the ShareSdk for an iOS app. And it needs these parameters: #define SHKFacebookUseSessionProxy NO #define SHKFacebookKey @"" #define SHKFacebookSecret ...
-5
votes
1answer
114 views

Facebook profile visitor list [closed]

Is there a way to get my own profile visitors list, any public or private api which do this? Thankyou in advance
1
vote
1answer
162 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 ...
0
votes
1answer
72 views

Which FB SDK version should I use with iOS 5?

My project uses iOS 5.1 + Xcode 4.5 in this version. All I really want to do right now is to read a wall w posts from Facebook (see below link). And I will not be using iOS 6 for now. Before ...
0
votes
2answers
283 views

Posting text to facebook using ShareKit on ios 5

I'm updating an existing IOS application that uses ShareKit to share to Facebook and Twitter. I've integrated ShareKit 2.0 and followed all the instructions. I have no problems sharing to Facebook ...
1
vote
3answers
207 views

Facebook share button on my app - Do I have to use the facebook SDK?

I want to implement the simplest Share this button on my app that the user can tap and share that he is using the app on his Facebook wall. Do I have to integrate the facebook sdk in my app just for ...
0
votes
1answer
81 views

Calculate amount of image data uploaded to Facebook or Twitter

I have to post image to facebook and twitter.The requirement is to provide a progressive HUD which says how much data has been uploaded.Is there any delegate method in facebook sdk or twrequest to ...
0
votes
0answers
159 views

“request time out” error in video sharing on facebook using iphone app

i am using this code to share video on Facebook and it shared small video successfully but when i tried to share large video file like 50 mb or 100 mb using this code it gives the "request time out" ...
-1
votes
2answers
358 views

iOS Facebook SDK - getting friends emails

I am developing an iPhone application, and I want to be able to list the user's friends who are connected to my application and access their e-mails, if they have already granted my application access ...
0
votes
1answer
125 views

How do I get Facebook access token in iOS UIwebview?

Hi I am still noobie of iOS development, I got stuck with this problem. I made a app which uses facebook account. and there is a link which opens safari app and goes to facebook page. However I want ...
0
votes
0answers
77 views

I shouldn't use OpenGraph for post in friend's wall. However iOS feed dialog seems deprecated

I'm creating an app that posts in user's friends walls. It seems this is going to be deactivated by facebook in March: ...
0
votes
1answer
199 views

How can I open a page by Facebook application In iOS?

I have a Facebook fan page and I want to open It by Facebook application In iOS! I used this code for open a page In safari application in iOS. NSURL *myUrl = [NSURL ...
0
votes
1answer
34 views

Can't Call a UIView from inside a Facebook IOS Request

I have the following setup in IOS6 to connect to Facebook through my app. self.accountStore = [[ACAccountStore alloc] init]; ACAccountType *facebookAccountType = [self.accountStore ...
0
votes
0answers
100 views

Facebook iOS SDK 3 tutorial suggestions

Most of the questions on SO as of February 2013 deal with the old Facebook API. Is there a quick tutorial that preferably deals with: -(void)postOpenGraphActionWithPhotoURL: I am looking to post ...
2
votes
0answers
177 views

FaceBook checkin in IOS 6 and IOS 5

I have some predefined location of different stores.I want to checkin to these locations through my IOS app.How can I do it? Here is the code I used for IOS 5 AppDelegate *appDelegate = (AppDelegate ...
0
votes
1answer
295 views

How to get Youtube video URL into IPhone App

I'm developing an IPhone App where I add youtube link to UIWebView. Now when i click any video to play that video's link I need to retrieve so that user can share that link on Facebook. I'm using ...
0
votes
1answer
76 views

Can we integrate Facebook SDK 3.1 in IOS 5.0? [duplicate]

Possible Duplicate: Facebook SDK 3.1 for iOS - runs on iOS6, but crashes on iOS 5.x I have integrated Facebook sdk 3.1 in iOS 6.0 and it works fine but here my question is that can we ...
7
votes
1answer
139 views

find facebook matching post in iOS

In my iOS app, I am posting some information on user's facebook wall, now I want to find out the similar post on wall of user's friends posted by same app, or match the text on user's wall with his ...
4
votes
1answer
182 views

How to redirect to iphone app from facebook login

In my iphone app redirect to facebook login like facebook app when clicking a button. After login again redirect to my app. i'm using this code NSArray *permissions = [NSArray ...
-1
votes
2answers
109 views

Not able to post photos to facebook contacts

In my iphone app i want to post photos to selected facebook contacts. I'm getting that photos from phone library. I'm using this code: fbString=[NSString ...
0
votes
2answers
753 views

getting error on checking SLServiceTypeFacebook and twitter

My app support iOS 5+. Now I want to add facebook and twitter. I added social.framework as optional and on facebook btn i check if([SLComposeViewController ...
1
vote
3answers
164 views

What iOS version should I target my next iPhone app (considering facebook integration) [closed]

The reason for asking this question is facebook support that I want to provide. Since there are crucial differences between iOS 6 and 5, I am confused. 1 - If I support only 5, I am losing serious ...
0
votes
1answer
689 views

facebook integration in iphone with Facebook sdk for ios5 and 6

i have use FAcebook sdk 3.0 to integrate facebook.I have use sample code "HelloFacebookSample" to post status. I have change in Info.plist file with my AppId. I have problem that show armv7s,armv7 ...
6
votes
2answers
485 views

Can we invite people to use our app or send friend request from the app via Facebook in iOS 5?

Consider X and Y are friends in Facebook and they both have installed an app in their respective phones. But they are not friends with each other in that app's friend list. So now, can X send a friend ...
0
votes
1answer
71 views

FBDialog scrollViewDidScroll unrecognized selector

I'm following this simple HOW TO to get Facebook working with both iOS5 and iOS6. This is working great with iOS6 but I get the following error with iOS5. The dialog is appearing but since I try to ...
5
votes
1answer
228 views

New Facebook SDK for iOS 6 has a crash issue in iOS 5

In iOS 6 New Facebook SDK is Running But Crash on iOS 5 Error is like this, dyld: Library not loaded:/System/Library/Frameworks/AdSupport.framework/AdSupport Reason: image not found
3
votes
1answer
403 views

Error: This endpoint has been deprecated. To temporarily reenable it,you may disable the “august_2012” platform migration

I am doing facebook integration part in my project. I downloaded facebook integration sample project from rey wenderlich and then changed appkey and appsecretkey. When I run this app, login validation ...
0
votes
1answer
250 views

Facebook iOS SDK 3.1: show a progress bar while uploading an image/video

I want to show a progress bar while my iOS app is uploading a video to Facebook. I tried the methods shown in this question: Facebook iPhone SDK: show a progress bar while uploading an image But ...
1
vote
0answers
170 views

Post to Facebook wall from iphone application

I'm trying to post on facebook wall from an iphone application using the facebook sdk 3.0. The code looks like this: NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: ...
0
votes
1answer
206 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. ...
0
votes
1answer
110 views

post image on Facebook using FBConnect

I want to post image on facebook using fbconnect. I have written following lines of code but what should I change to my code to post image on facebook. - (void) postOnPage { [self ...
2
votes
1answer
240 views

How to cache Facebook User Info with Facebook Login in IOS App

I am integrating Facebook SDK 3.1 to my iOS 5 app. After Facebook Login, I have to query like this to get user info NSString *query = @"SELECT uid, name, pic_big,username FROM user where uid = ...
0
votes
0answers
87 views

HTML5 facebook authentication and redirect to iPhone app

We have a button of facebook in HTML5. We have put that HTML5 file on server and then opening that URL inside the UIWebView on iPhone. On taping of that button facebook ask us for login inside my ...
0
votes
2answers
682 views

Integration error while posting message on friends wall?

i m using facebook_skd_3.1 (Xcode ios 4.5) i got the friends list by calling FBFriendPickerViewController, on clicking done button i have tried to post the message on the selected friends wall but i ...
0
votes
0answers
135 views

Facebook share functionatlity via native mobile app

Although the Facebook API is a very decent piece of documentation, searching it is developers hell. That is why I turn to you guys, I am looking for a very simple function: All I want is a single URL ...
3
votes
1answer
247 views

error the operation could'nt be completed. (com.facebook.sdk error 2.)

My app is working fine in both simulator and the device with ios6. But when i use the app in the ios5, i am able to login into facebook and go to the facebook app. However, when the app is about to ...
2
votes
1answer
1k views

How can I get UIWebView to open Facebook login page in response to the OAuth request on iOS 5 and iOS 6?

We have: (1) Facebook API-based web application with Facebook OAuth functionality (“the FB web app”) (2) UIWebView-based browser on iPad (“the Browser”) Our objective is to open the Facebook Login ...
0
votes
1answer
82 views

Are iOS 5 Apps Supported on Facebook App Store?

Please can can anyone help me find out if the Facebook App Store supports iOS 5 Apps? Thanks,
1
vote
2answers
263 views

How can i hide the url of image when i post image on the Facebook by fbconnect?

I am using this code for post the image on the facebook but it also shows image url on the facebook. I want to hide this url: this is my code for posting an image to facebook #pragma mark Facebook ...
3
votes
2answers
1k 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 *** ...
0
votes
1answer
126 views

Facebook authorisation: Handeling cancellation

I am building an app, which uses facebook authorisation services. However, I am facing problems in two cases The user is sent to the facebook app for giving permission. Instead, she presses the home ...
2
votes
0answers
232 views

How to use FacebookSDK 3.1 for iOS5

I'm having an issue with using facebookSDK 3.1 on both iOS6 and iOS5. I got everything running correctly on iOS6 using the tutorials and resources from developers.facebook.com. Now for iOS5 I'm ...
0
votes
2answers
555 views

Getting access token from facebook SDK in iOS

Is it possible to get the access token for the logged in user in iOS 5? If so, how this can be achieved?
2
votes
1answer
705 views

Facebook with iOS5 and iOS6

I'm about to release an app and it must support both iOS5 and iOS6. But with the new Facebook SDK 3.1 i'm not quite sure on how to integrate the Facebook functionality to work with both iOS versions. ...
0
votes
0answers
141 views

Login to app via multiple social networks

I have a requirement where user can do login to the app via different social networks like fb, twitter or flickr. Once user choose any of the n/w for login, the other two accounts can be linked. Now ...
1
vote
0answers
158 views

accessing FBSession token from html in a UIWebView

I have an app that I want to integrate with Facebook. It is a hybrid app with a native part and a javascript part that is in a UIWebView. I would like the user to be able to be logged into "both" ...
0
votes
0answers
181 views

iOS sharekit 2.0 for Facebook

I'm trying to use share kit 2.0 to post some information to Facebook. Here is what I did: a. Register as a facebook user b. Create an application in Facebook c. Modified the configuration file for ...

1 2 3 4