如何让我的 iPhone 应用程序向 Facebook 提交墙帖?
我有一个用 MonoTouch 创建的 iPhone 应用程序,供飞行员记录他们的航班。我想在保存航班时提供一个选项,在他们的 Facebook 墙上发布帖子,例如:“我今天乘坐 XYZ 飞机从 A 飞往 B,花了 X 小时。”
有人对如何实现这个看似基本的功能以将保存的记录提交到用户的 Facebook 墙有任何建议吗?我想让这尽可能简单。
谢谢。
I have an iPhone app created with MonoTouch for pilots to log their flights. I want to offer an option when a flight is saved that a post to their Facebook wall is made such as: "I flew in a XYZ aicraft today from A to B which took X hours."
Anyone have any suggestions how to implement this seemingly basic feature to submit saved records to the user's Facebook wall? I'd like to keep this as simple as possible.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想查看 Facebook iOS SDK 的这些 MonoTouch 绑定:
https://github.com/kevinmcmahon/monotouch-facebook
我还没有机会尝试一下,但也许它们会有所帮助...
更新:上述存储库不再被维护。应改用 monotouch-bindings 存储库中的 Facebook 绑定: https://github.com/mono/monotouch -绑定
You might want to check out these MonoTouch bindings for the Facebook iOS SDK:
https://github.com/kevinmcmahon/monotouch-facebook
I've not had a chance to try them yet but maybe they will help...
Update: The above repo is no longer being maintained. The Facebook binding in the monotouch-bindings repo should be used instead: https://github.com/mono/monotouch-bindings