开发者

how to create a custom dialog login button for facebook

开发者 https://www.devze.com 2023-01-08 05:06 出处:网络
is it possible to create a custom dialog login button for f开发者_开发问答acebookJust create any button you want and in your tap callback use:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消