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.
Questions specific to version 6.0 of the Apple iPhone Software Development Kit
0
votes
0answers
33 views
Create an iPhone app for a public Facebook page
I have a Facebook page and I would like to make an iPhone app to retreive content from it.
In particular I need a way to query (or retrieve, for example via rss) some contents (like posts, images or ...
0
votes
1answer
257 views
iOS 6 SDK SLRequest returning '400'
Let me make this clear. I am NOT using the Facebook SDK. I'm using iOS SDK's Social.framework, and ACAccountStore to access Facebook accounts, and post with it/them.
I use the same code to post on ...
0
votes
1answer
442 views
Facebook iOS SDK FBProfilePictureView not fetching or displaying image
I have the following code in my View Controller
if (FBSession.activeSession.isOpen) {
[[FBRequest requestForMe] startWithCompletionHandler:
^(FBRequestConnection *connection, ...
0
votes
2answers
94 views
Integration with Facebook Initial ViewController has a UITabBarController instead of UINavigationController
The title pretty much says it all. I'm trying to create an interface where after connecting with Facebook, the window loads up my HomeViewController (my initially selected UITabBarItem). Although, I ...
