2013-02-21 18 views

回答

1

您可以在presentRequestsDialogModallyWithSession方法标题参数。

[FBWebDialogs 
    presentRequestsDialogModallyWithSession:nil 
    message:msg 
    title:@"Change your title here" 
    parameters:nil 
    handler:nil 
]; 
+0

是的,但只在Facebook 3.2 SDK :) – 2013-03-24 10:56:09

+0

你使用什么版本? – MonkeyBonkey 2013-03-24 12:11:53

+0

我用3.1,现在我用3.2,我可以改变标题。在版本3.1中,此功能被禁用。 – 2013-03-25 11:02:42

相关问题