I learned how to FBConnect using the tutorial posted here: It works, and it will post to Facebook fine, but I am looking for something more like other RSS apps with an ActionSheet to choose to either send an article over email or post to Facebook. I am at a loss for how to do this though. As seen in the tutorial, the Login Button is synthesized and loaded in the ViewDidLoad portion of the code, and there are several -(Void) statements for requesting a login and starting a session. Is there a simpler way to do this, that will allow a user to connect to Facebook from an ActionSheet?