作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何使用 FBWebDialogs
在 presentFeedDialogModallyWithSession
中传递多个 facebook Id?
NSMutableDictionary *params1 = [NSMutableDictionary dictionaryWithObjectsAndKeys:
FACEBOOK_APP_ID, @"app_id",
@"http://www.google.com", @"link",
@"TestApp", @"name",
@"I'm playing Guess This for iOS. Join my leaderboard!", @"message",
@"Guess This is a social puzzle game, just match the pictures to a
word or
phrase.", @"caption",
facebookID,@"to",nil];
[FBWebDialogs presentFeedDialogModallyWithSession:session//[FBSession activeSession]
parameters:params1
handler:
^(FBWebDialogResult result, NSURL *resultURL, NSError *error){
}];
那么如何在 facebookId String 中传递多个 facebook Id?
最佳答案
在使用 Feed Dialog
或 Send Dialog
时,您不能添加超过 1 个 id
关于ios - 如何使用 FBWebDialogs 在 presentFeedDialogModallyWithSession 中传递多个 facebook Id?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22904253/
在我的应用程序中,对于用户手机中未安装Facebook App的情况,我需要使用Feed对话框。 即使我可以使用FBDialogs canPresentShareDialogWithParams方法共
我查看了 Facebook 上的示例代码这里:https://developers.facebook.com/docs/howtos/feed-dialog-using-ios-sdk/ 并查看了类(
如何使用 FBWebDialogs 在 presentFeedDialogModallyWithSession 中传递多个 facebook Id? NSMutableDictionary *para
我是一名优秀的程序员,十分优秀!