开发者

How to make my iPhone app submit wall posts to Facebook?

开发者 https://www.devze.com 2023-02-06 20:57 出处:网络
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 aicra

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消