Hi,
I'm using Facebook Connect for the iPhone in one of our applications. When the user logs in using FBLoginDialog, we pass the iPhone's session_secret to the server and our server then has access to all of facebook's functionality.
However, when we use [session resume], even though it returns true, [session isConnected] returns true and we're getting a session_secret, all of our Facebook calls fail as if we weren't logged on to Facebook.
What is the correct way to use [session resume] in Facebook Connect for the iPhone?