iPhone在facebook connect sdk中发送数据

发布于 2024-11-26 12:54:30 字数 315 浏览 0 评论 0原文

我已经尝试过 facebook connect 最新的 sdk 及其附带的 DemoApp,当用户触摸时发布按钮,它发送一条在 uiwebview [从 FB 加载] 中键入的消息,

[_facebook dialog:@"feed" andDelegate:self];

但我需要从我的应用程序发送一些数据,而不是键入的消息,那么我可以使用什么来从我的应用程序发送此字符串?

多谢!

I have tried the facebook connect latest sdk with the DemoApp it comes with, when the user touches the publish button, it sends a message that is typed in a uiwebview [loaded from FB],

[_facebook dialog:@"feed" andDelegate:self];

but I need to send some data from my app, not a typed message, so what can I use to send this strings from my app?

thanks a lot!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赠意 2024-12-03 12:54:30

我找到了答案,
是因为对话框方法是要求用户填写表单,

但发布该方法使用了 graph API! [这不适用于图表!!!]

最好的例子是这个 优秀教程

;)

Ive found the answer,
is because the dialog method is for asking user to fill the form,

but to post the method used the graph API! [which is not for graphs!!!]

the best example is this excellent tutorial

;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文