Friday, April 20, 2012

How to re-direct to another view controller if user's Facebook session is valid?

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