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.
Automatic Reference Counting (ARC) is a compiler feature that provides automatic memory management of Objective-C objects.
2
votes
0answers
130 views
Error Message Using Facebook Deprecated Headers
I have an application in Xcode 4.5 which integrates Facebook. I am using ARC. The application uses
native dialogs and therefore deprecated headers (ie Facebook.h). Apparently doing so leads to the ...
2
votes
1answer
323 views
Facebook ios sdk disable ARC
I have a non-ARC project and i need to integrate Facebook SDK. As i understand, current version of framework (3.0.8) is to be used with ARC enabled. But i took a look at github master branch (actually ...
0
votes
0answers
67 views
FaceBook Integration using new SDK with ARC
I am making an iPhone Application using ARC. Now in that application I wanted to implement Facebook Api where user can post on there wall. I have downloaded the new Facebook SDK which was released in ...
-2
votes
1answer
909 views
Tutorial for Facebook SSO on iOS5 app (ARC, Storyboards) [closed]
Does anyone know about a good tutorial for Facebook SSO on iOS5 with enabled ARC and using Storyboards?
I tried with the one on Facebook developers page, but it doesn't matter what i try, i can't get ...
2
votes
1answer
354 views
iOS Facebook SDK not retaining delegate causing an EXC_BAD_ACCESS
I'm using the Facebook iOS SDK for a project and if I pop a UIViewController after doing a request but before receiving an answer I get an EXC_BAD_ACCESS when it tries to see if the delegate responds ...
1
vote
5answers
2k views
ARC project with delegate reference fails compiling
I'm having trouble implementing the Facebook SDK in an iOS project and I suspect that this line is to blame:
[facebook authorize:permissions delegate:self];
When I try to run it in my ARC project, ...
2
votes
1answer
890 views
Incomplete protocols warning when using a protocol define in a static lib (facebook-ios-sdk)
I am trying to integrate the facebook ios SDK within my project which use ARC. As suggested in the facebook developer documentation it is recommended to build the facebook SDK as a static lib for this ...
0
votes
2answers
931 views
Facebook API not working perfectly for IOS5
I ve Downloaded Facebook API fro IOS 5....But its showing some errors regrading the memory release...Since apple has introduced autorelease in IOS 5....
I referred this and tried blocking ARC for ...
1
vote
1answer
364 views
Share via facebook - Xcode 4.2 with ARC
I'm trying to share a simple NSString via Facebook in my app. I am using Xcode 4.2 with ARC. Now, first i went to shareKit, but soon discovered that this won't work without using a lot of compiler ...
3
votes
2answers
652 views
Facebook API which supports IOS SDK 5
I have an iPhone app that is sending message to Facebook it is working fine with IOS SDK 4 but when trying to run on IOS SDK 5 it is not working and showing release and retain as errors.
we are also ...
7
votes
2answers
5k views
Using Non-ARC Code in an ARC-Enabled Project - Adding Facebook
When i created my project, i made it to support ARC, so my project will support iOS 4.3 and above.
Now i need to integrate Twitter and Facebook to it. Both Facebook and Twitter frameworks given by ...
0
votes
1answer
385 views
Facebook SDK (iPhone dev)
I was having a lot of problems with the facebook SDK.
I've managed through them whole except these two problems:
Facebook.m:52:9: error: existing ivar '_sessionDelegate' for
unsafe_unretained ...
5
votes
4answers
4k views
iPhone ARC & Facebook SDK
I'm getting all kinds of build errors with Facebook's SDK because my app uses ARC. I try to remove the Facebook files from the compiler to avoid this, but I get an Apple Mach-O error when I remove the ...