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.

Xcode is an integrated development environment (IDE), developed by Apple Inc. Xcode is used to produce software applications for Mac OS X and iOS. Xcode 4.3 (4E109) was officially released February 16, 2012.

learn more… | top users | synonyms

0
votes
1answer
68 views

Facebook :fberrorhttperror

How can I rectify this? Basically what I did was I went to my Facebook settings and removed the app from there. Many users do this to remove access of the app. When I come back to the app it should ...
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
0answers
519 views

Bugs:Safari cannot open the page because the address is invalid

There is an application that we used for testing our IOS app with Facebook integration. It works fine. We've created a new Facebook application to use as a production one but faced problems in IOS ...
2
votes
1answer
112 views

Login window shows as white after button press

I am creating a ios facebook application using facebook sdk-2010.In which Graph-Api is used for getting friends list.XMPP is used for the chat. After giving the user name and password in the facebook ...
0
votes
0answers
144 views

ios facebook app login window gets timed out

I am creating a facebook application using facebook sdk-2010.It was working properly till last week.Now its showing the facebook login window,and gets timed out after entering the username and ...
0
votes
1answer
205 views

FBRequestConnection in a UIView does not link IBOutlets

I have a ViewController with so many information and, to better read the code, I split parts of this VC in 2 Views. So, I initialize these Views, set frames and add them as subviews to the ...
3
votes
2answers
410 views

Can't reproduce the tutorial example “Scrumptious ” in Facebook iOS SDK 3.0

I followed instructions of Facebook SDK for iOS Tutorial and tried to reproduce my own project which resembles the "Scrumptious" example(Sample project in the SDK) The odd thing is,after ...
0
votes
1answer
554 views

Error integrating facebook SDK wih XCode 4.3.2 on Lion MacOSX

As per facebook's dev docs : Creating an iOS Facebook SDK Static Library If you create an iOS app that has Automatic Reference Counting (ARC) enabled then you should use a static library version of ...
2
votes
0answers
530 views

Facebook SDK Linker Error

Undefined symbols for architecture armv7: "_OBJC_CLASS_$_Facebook", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture armv7 clang: error: linker command ...
0
votes
1answer
390 views

How to link Facebook to Iphone App using Xcode

I'm using version Xcode 4.3 . At this stage I have a very basic App, so I have no conflicting features of elements. I was wondering does anyone know how to link facebook to the Iphone App using ...
0
votes
1answer
118 views

fbconnect for sharing images on the users wall

NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSString stringWithFormat:@"http://google.com/"], @"link", self.facebookURLName, @"name", ...