how to create a custom dialog login button for facebook
is it possible to create a custom dialog login button for f开发者_开发问答acebook
Just create any button you want and in your tap callback use:
[loginDialog show];
where loginDialog is a FBLoginDialog.
If you want custom login dialog, the issue is much more complicated, see this question: iPhone SDK / Facebook Connect: Using a custom login dialog
精彩评论