Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The October 2011 release of Xcode, an integrated development environment (IDE) developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.
16
votes
5answers
10k views
Facebook iOS SDK 3.1 with XCode 4.2 linker errors
I've just updated the Facebook iOS SDK in my project from 3.0 to 3.1. The project does not compile anymore. Instead I get the following linker errors:
Undefined symbols for architecture i386:
...
1
vote
1answer
144 views
Posting a string on my wall from iOS App?
I'm new to Facebook development. Can someone guide me
on how can I post on my wall from an iOS app?
0
votes
1answer
123 views
xmpp authentication fails in fb chat application for users login through mobile
I am using xmpp for my facebook chat application.In that some users' authentication getting failed,those who login through mobile devices/showing mobile icon in facebookChat(in browser).
All other ...
-1
votes
1answer
233 views
Getting Facebook Profile Pic in tableView Cell's ImageView [closed]
i have created an application in facebook required for my iphone application.
i am able to login to facebook account and i can allow that application into my application.
am able to get profile pic ...
1
vote
1answer
412 views
Facebook and Twitter Integration Based on Both iOS4 and iOS5 Versions
I am new to Facebook and Twitter integrations. I am able to integrate them in individual versions, i.e iOS4 and iOS5.
I am facing difficulty in checking the condition that based on the version, need ...
1
vote
1answer
272 views
Facebook integration with xcode 4.2 and ios5
I have created an Ipad app in ios 5 with ARC enabled. This will upload videos to facebook. When I have added facebook sdk to my project it gives me error related to ARC. I have also set flag as ...
0
votes
1answer
526 views
App Crashes After Facebook Login
i made an iphone App which I've submitted in the App store . The App is there in the App Store for about an year . It has basically a faceBook Login button . One fine day it crashes, the moment i ...
1
vote
1answer
2k views
Facebook Integration in iOS 5.0
I have developed an iPhone Application in Xcode 4.2.1 (iOS5) with ARC(Automatic Reference Counting)... I have integrated Facebook by creating staticLibrary with new Facebook iOS SDK (downloaded from ...
1
vote
2answers
429 views
FBConnect - #import “FBConnect/FBConnect.h” No such file or directory
I am trying to implement Facebook into my application however whenever i go into header search paths and drag and drop my src file i still get an error for "FBConnect/FBConnect.h"
I have already added ...
1
vote
0answers
286 views
How to build RestKit and facebook-ios-sdk together?
My project links with RestKit and facebook-ios-sdk, Xcode gives an error:
Duplicate symbol _OBJC_CLASS_$_SBJSON in .../facebook-ios-sdk/libfacebook_ios_sdk.a(SBJSON.o) and ...
3
votes
1answer
339 views
Facebook connect log in button is not working on iOS 5
I am using Facebook Connect. When I click on the "Log In" button of the Facebook dialog, it just disappears like normal, but not Login.
If I log in through a device and then press the Go button of ...
0
votes
2answers
976 views
how iphone facebook app make the navigation bar fixed
hello I'm new in iphone development and I wanna ask about the navigation controller ..
how can i make the navigation controller fixed over the whole application like facebook navigation bar it's ...
-3
votes
3answers
132 views
Whats the name of the place where facebook, skype, and other iOS apps got code from? [closed]
I was on here searching for other stuff and stumbled upon a website that had a demo on the site of an iphone and showed a bunch of stock views and tableviews. I remember it saying that a bunch of big ...
0
votes
1answer
90 views
How to move to the bottom of Facebook permission dialog?
In my app, I request permission: [publish_stream,offline_access] and the permission dialog show as
I want the dialog show the allow button directly, just as following without scroll
Could you give ...