I'm looking to check to see if a user's Facebook session is valid and if it is then redirect them to a certain view controller.
if ([facebook isSessionValid]) {
}
I was wondering how I'd go about doing this. I'm using a Storyboard in an ARC enabled app.
thanks for any help
No comments:
Post a Comment