I have an iOS app that uses Facebook Connect via Facebook's API.
If I call the isSessionValid method on the Facebook object after the user has authenticated, it returns true, as expected. I can also make it return true when the app launches if I store and retrieve the access token and expiration date in the app defaults.
What I'm looking for is a way to determine, at the time the app is first launched by a user who just installed it, whether they are signed in to Facebook or not. I want to do this without triggering a permissions dialog. Is it possible?
The idea is to customize the first screen based on whether the user is signed in to Facebook or not.
Thanks.
