Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
3k views

Does the Facebook iOS SDK require the user to authenticate every time they use the app?

As described in the README for facebook-ios-sdk, my app calls Facebook#authorize:delegate: before performing any API calls. This method requires the user to authenticate (either in the Facebook app ...
10
votes
4answers
7k views

Like button in iOS application

Does anybody know how to place Facebook "like" button into iOS application? I've tried this http://petersteinberger.com/2010/06/add-facebook-like-button-with-facebook-connect-iphone-sdk/. But I do ...
7
votes
2answers
221 views

facebook connect graph status objects have comments capped at 25

Does anyone know why no matter how many comments a given graph status update object has, it will cap the comments at 25? I have a feeling it only returns a 'sample' of the actual comments on the ...
6
votes
1answer
1k views

Facebook API - where to instantiate and how to properly implement handleOpenURL

I'm working through the Facebook API for my iPhone app, and have two questions: All documentation/examples seem to put everything in the appDelegate: instantiating the Facebook object and authorizing ...
6
votes
4answers
5k views

Getting random “facebookErrDomain error 10000”

I am using the latest facebook IOS SDK, and I am getting random "facebookErrDomain error 10000", when using the requestWithGraphPath. I can trigger the request from the UI and sometimes it runs fine, ...
4
votes
2answers
7k views

how to retrieve facebook response using facebook iphone sdk

I am using the Facebook iOS Sdk for iPhone. I initialize the Facebook instance facebook = [[Facebook alloc] initWithAppId:kAppId]; and then i do login [facebook authorize:permissions ...
4
votes
4answers
715 views

Facebook API - How to cancel Graph Request

I occasionally need to cancel a facebook graph request, but there seems to be no cancel or similar method in their API to do so. At the moment, crashes sometimes occur as the delegate I assigned to ...
3
votes
1answer
1k views

How to post to a friends Wall using Facebook Graph API for iPhone

I want to post something in the users friends wall. I use this to post into the user wall SBJSON *jsonWriter = [[SBJSON new] autorelease]; NSDictionary* actionLinks = [NSArray ...
2
votes
1answer
56 views

Facebook iOS SDK not working

My class is a FBRequestDelegate and I'm not getting any errors on build yet I get nothing from didFailWithError or didReceiveResponse. I've been searching for close to a week now and simply cannot ...
2
votes
2answers
279 views

name parameter ignored in facebook feed dialog

I try opening a simple dialog from my iOS app to post something on a user's wall. However it seems the "name" parameter is completely ignored. Here is the code, I use the facebook SDK from Github, ...
2
votes
0answers
266 views

Can I avoid Captcha dialog when posting picture using Feed Dialog in iOS SDK?

I am using the dialogs in Facebook iOS SDK to allow users's of our app to share a link on their news feed (SDK downloaded today to ensure I have latest version). This was working last week and began ...
2
votes
1answer
122 views

iOS SDK reporting “user denied” when authenticating on test device

Building an app using the Facebook iOS SDK. When testing on the simulator, I am able to log into Facebook (using Mobile Safari) and get a valid auth token. However, when I move to my testing device ...
2
votes
2answers
98 views

No reaction when pressing 'Login' button

I am using Facebook iOS SDK for my app. I am using the sample's code for my login function asking for permissions and storing the returned token. However, locally on every iOS version on the simulator ...
2
votes
0answers
162 views

Facebook iOS-sdk and posting a local (UI)Image

I have successfully used photos.upload api to upload local images to the users album, but... How to upload local images with formatted links? The photos.upload does support adding the caption text, ...
2
votes
2answers
598 views

facebook API, login in-app

I followed this guide and I've created my app successfully with Facebook integration. What's the problem? When the user has to do the login, the app quits in the browser (or in Facebook app, if is ...
2
votes
0answers
312 views

iOS Facebook auth dialog doesn't show allow & not allow button

I do as the Facebook Developers website, below are my codes, fbPermissions = [[NSArray alloc] initWithObjects: @"email", @"user_birthday", @"user_hometown", @"user_location", ...
2
votes
1answer
419 views

facebookErrDomain Code=324 while upload photo using Facebook method

I am working with the Facebook method API with iPhone-SDK. After authorizing, I tried to upload an image, using this code: NSString *link = ...
2
votes
2answers
984 views

Facebook requestwithgraphpath error > facebookErrDomain Code=10000 “Operation could not be completed. (facebookErrDomain error 10000.)”

I tried the facebook-ios-sdk and followed the steps given here. After following all the steps when I executed the applications. [facebook requestWithGraphPath:@"me" ...
2
votes
2answers
1k views

FBRequestDelegate didReceiveResponse how to find out for what request this response is

I am using facebook latest iphone sdk, I am making multiple request to facebook from different places in my app. For all of them didReceiveResponse and didLoad methods get called, it is very difficult ...
2
votes
1answer
2k views

How to comment or like a photo in facebook through FBconnect or Graph API in iPhone SDK?

I am developing a iPhone application in which I want to Comment or Like a Photo on Facebook. For Facebook integration I am using FBConnect and Graph API. I am getting friends Photos on my wall in ...
2
votes
4answers
835 views

How to move to the next page in Facebook JSON response using iOS SDK?

In Facebook iOS SDK, I can ask for queries like this: [_facebook requestWithGraphPath:@"me/feed" andDelegate:self]; But often Facebook will give a limited JSON response with a URL to be used to ...
2
votes
1answer
2k views

How to login to facebook using the sharekit api?

I am using sharekit api for sharing images into facebook. It is working fine, but I just want to login but dont want to share image. How can we do that? Any help will be greatly appreciated. Thanks in ...
2
votes
2answers
495 views

how to send a message to friends inbox through fbconnect api or fbgraph api?

I want to ask that how to send message to a friend's inbox in facebook through fbconnect api or fbgraph api. Thanks in advance.
2
votes
2answers
6k views

Post to user's facebook wall with iPhone using latest FBConnect sdk

I'm having a tough time finding any good documentation for the FBConnect iPhone SDK. I have the SDK set up to get the permissions from the user but making a simple post is escaping me. All I can find ...
2
votes
1answer
892 views

Storing accessToken in Facebook iOS SDK

I have the Facebook iOS SDK set up in my app. However, I have trouble determining when my session is finished. How to check if it's finished, and where (how) to store the access token received by the ...
1
vote
1answer
133 views

How do I ensure that photos uploaded via my iOS app aren't blurry?

I'm working on an iPhone art app in which users can export their work to Facebook via photo upload. The images are 320 x 320 and I'm sending over a PNG, created via the UIImagePNGRepresentation ...
1
vote
0answers
60 views

posting message to multiple walls does not work

I’m developing some application for the Facebook and iPhone. User of our application would like to send to his friends notifications (only friends not other people), such as normal message. But the ...
1
vote
1answer
158 views

Facebook URL Schemes for both Free and Paid Apps

I have set up the url scheme suffix on facebook to have a "paid" and "free" version of my app. Now, I have submitted a paid and free version of my App on the App Store using 2 different bundle ...
1
vote
0answers
45 views

Graph API with iOS SDK without Signgin

I would like to pull all the public Graph API data available for a certain search term. I need to decide whether or not it would be best to: Use a web-based URL request ...
1
vote
2answers
241 views

Can I use Facebook auth server side flow on an iPhone app and still have client side interactions?

I have a website that uses Facebook authentication for logging in users. It uses the oAuth 2.0 server side flow for authentication and it all works fine. I am now developing an iPhone application for ...
1
vote
2answers
284 views

Why can't I drag the Facebook SDK into a new project?

On The Github page, it states: In Xcode, open the Facebook SDK by selecting File->Open... and selecting src/facebook-ios-sdk.xcodeproj. With your own application project open in Xcode, drag and ...
1
vote
0answers
192 views

Which versions of the Facebook iOS SDK will stop working on October 1, 2011?

On the OAuth 2.0 and HTTPS Migration page it says that "old iOS SDK (facebook-iphone-sdk)" will stop working on October 1. But what about older versions of the new iOS SDK (facebook-ios-sdk)? Will all ...
1
vote
2answers
224 views

SQL Query to fetch user's Facebook friend list based upon gender

I am trying to fetch the friends of the user (Who is logged in into his facebook account) based upon the gender of his friends and based upon the pic_big!=NULL (Every friend should have a big profile ...
1
vote
4answers
66 views

iphone:How to integrate with facebook in iphone?

Hello friends, I want to develop a facebook integration in my iphone apps and is there any way to customize the facebook integration so please tell me any link or any idea to develop ...
1
vote
1answer
502 views

Facebook SDK for iOS, fbDidLogin never called in multi nib application

this is my first time posting as I usually just come by to do research for issues, but this one I cannot figure out myself. Basically my problem is similar to other developers using the facebook sdk ...
1
vote
1answer
671 views

Decrypt or decode Facebook access token from Facebook Graph iOS SDK

The Facebook iOS SDK is granting encrypted or encoded access tokens in this format: ...
1
vote
1answer
1k views

Photo posted via Facebook IOS SDK goes to wrong album

Generally, when we post a photo to Facebook using the Facebook iOS SDK, it automatically goes into a photo album named after the application. For example, if the Facebook application is called "MyApp" ...
1
vote
3answers
725 views

Disable Single Sign On (SSO) in Facebook IOS SDK

We've built an iOS app that uses the Facebook SDK. Unfortunately, our client has asked that we disable backgrounding in the app and this means that the Facebook single-sign on (SSO) scheme doesn't ...
1
vote
1answer
307 views

Facebook iOS SDK: How to Persist Login to File or Database?

I'm fairly new to iOS development, and I'm starting work on an App that will include some simple Facebook integration. As a proof of concept, I made a bare-bones, view-based application that has a ...
1
vote
1answer
381 views

Facebook Graph API: RSVP to Event

I am trying to allow users to RSVP to events through my iPhone app (it is entirely events based), but i'm having some troubles. I have I have tried these 3 methods: [facebook ...
1
vote
2answers
246 views

Facebook Graph API: Resume Session on iPhone

I have been playing with the Facebook Graph API since yesterday and it is pretty good, however, I have been searching around the web for some method of resuming a session. That is, once a user has ...
1
vote
1answer
583 views

can I post on page's wall with help of facebook ios sdk graph api in iphone application?

How to post to a page's Wall using Facebook Graph API for iPhone? Should I need to prompt for any permission for that? Is it possible or not? Thanks in advance.
1
vote
1answer
825 views

How to create a Facebook Like or Fan page with facebook ios sdk?

Hey guys, I successfully integrated a facebook application into my project (the regular facebook page where you post something on your wall): but I was wondering if someone can help me out how to ...
1
vote
1answer
624 views

Facebook+Iphone post link without dialog

I am using facebook-ios-sdk in my iphone application I am trying to post a link on facebook from my iphone application NSLog(@"link..%@",[shareDict objectForKey:@"url"]); ...
1
vote
2answers
2k views

Facebook api ios-sdk, delegates not working, fbDidLogin not called

Hey there, I have a problem with the latest ios-sdk. I succesfully login and the application comes back but the delegation methods like fbDidLogin etc do not get called. If tried it all in just one ...
1
vote
3answers
2k views

IPhone + Twitter + LinkedIn + Facebook Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

HI All I am using MGTwitterEngine oAuth and LinkedIn iOS sdk in my Iphone application with facebook-ios-sdk TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone LinkedInIphone : ...
1
vote
3answers
1k views

Post string on facebook wall without showing dialog (iPhone Facebook SDK)

Hey guys I have been searching stackoverflow and the internet and did no find a working solution for my intention. I want to call a method with a string as parameter which is then posted to the ...
1
vote
4answers
502 views

iPhone: How to save session using Facebook Graph api

Im relatively new to iPhone development and Im trying to implement Facebook functions in my app. I tried the Facebook connect DemoApp, but it doesn't seem to save my session. I have to login everytime ...
1
vote
3answers
388 views

Facebook Ads API (iPhone)

I want to use Facebook Ads API in my iphone project. I didn't find any discussion forum, sample etc on Facebook Ads. Official Facebook Ads api description: ...
1
vote
1answer
1k views

How to get photos of a facebook album in iPhone SDK?

I am developing a iPhone application which get facebook album with this URL ...

1 2 3