Search code examples
iphonecocoa-touchfacebooksharekit

Facebook connect full screen login


Using FBConnect with ShareKit, how can I make the login window be full screen and not a popup style view?


Solution

  • You should look at FBLoginDialog and override show to size the view/frame to your liking.