如何更改对话框“发送请求”中的标题?
答案 0 :(得分:1)
您可以在presentRequestsDialogModallyWithSession方法中设置title参数。
[FBWebDialogs
presentRequestsDialogModallyWithSession:nil
message:msg
title:@"Change your title here"
parameters:nil
handler:nil
];