草庐IT

presentRequestsDialogModallyWithS

全部标签

ios - 如何在 iOS 应用程序中更改 fb 对话框标题?

如何更改“发送请求”对话框中的标题? 最佳答案 您可以在presentRequestsDialogModallyWithSession方法中设置title参数。[FBWebDialogspresentRequestsDialogModallyWithSession:nilmessage:msgtitle:@"Changeyourtitlehere"parameters:nilhandler:nil]; 关于ios-如何在iOS应用程序中更改fb对话框标题?,我们在StackOverflo

ios - Facebook iOS presentRequestsDialogModallyWithSession 返回选择的好友

我正在开发一个iOS应用程序,我希望能够通过facebook向我的应用程序发送邀请,我设法使用presentRequestsDialogModallyWithSession但我也希望我的应用知道邀请发送给了谁。这可能吗? 最佳答案 是的,这是绝对可能的。以下是获取用户向其发送邀请的用户好友列表的方法。在presentRequestsDialogModallyWithSession中必须有一个像这样的处理程序:handler:^(FBWebDialogResultresult,NSURL*resultURL,NSError*error