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.

Is a class used by WPF and Silverlight to control animations, or a new iOS 5 scheme for managing view controller navigation

learn more… | top users | synonyms

1
vote
0answers
146 views

Facebook single sign on with ios 6.0 and storyboard

I have used following tutorial to use the new 6.0 Facebook integration for signing in. iOS 6 Tutorial: Integrating Facebook into Your Applications Here I dont need the Facebook SDK just new social ...
4
votes
2answers
2k views

Side navigation bar (menu) (iOS 6) like in Facebook app + storyboards

I want to create side menu like in Facebook iPhone app in iOS 6 using Xcode and Storyboards. How can I make it? Thanks.
-2
votes
1answer
899 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
2k views

initWithNibName method in storyboard

I am following Facebook's tutorial to post to a user's wall: http://developers.facebook.com/docs/howtos/publish-to-feed-ios-sdk/ and although it is made with a .xib project in mind, I have been able ...
0
votes
0answers
131 views

facebook and storyboard [closed]

I have been trying to integrate Facebook into my iPhone app for days now, but to no avail. Every tutorial I have found is for .xib projects but I am using storyboard. Is there any way to accomplish ...
1
vote
2answers
577 views

Facebook SSO implementation in storyboard- blank screen after login

I am trying to implement Facebook SSO in storyboard (Xcode 4.2) and the AUTH dialog goes perfectly until the login is completed. At that point Facebook appears to return to my app but what actually ...
2
votes
2answers
289 views

Facebook SDK in Storyboard?

Is it possible to use the Facebook SDK 3.0 with iPhone storyboard? I can't find any tutorials using storyboard. If it is possible, do you have any tutorials?
2
votes
1answer
543 views

Facebook iOS sdk xcode 4.3/storyboards

i have been looking at tutorials for weeks now, not been able to find ANY storyboard examples implementing FB in iOS. i got my app to open the FBloginscreen, request user auth for app, and then ...
0
votes
0answers
145 views

Importing ios4 content into an ios5 xcode project

Someone was pointing out that the hackbook example (referred to as demo app in http://thinkdiff.net/facebook/how-to-develop-facebook-application-for-iphone/ ) is ios4 version instead of ios5. I ...
0
votes
2answers
2k views

Facebook iOS SDK cant work with iOS5 and storyboard

i followed the instruction in this link https://developers.facebook.com/docs/mobile/ios/build/ and i have created an iOS Facebook SDK static library ,,,the compiler keeps on saying there are problem ...
0
votes
0answers
365 views

Simple iOS Segue Not Occuring

I am attempting to programmatically segue from a splash screen (used to log users into Facebook) to a tab bar view. I have created a modal segue with the id "splashToTabBar" from splashViewController ...