Facebook Integration for iOS4

坚强是说给别人听的谎言 提交于 2019-12-25 02:32:32

问题


i want to add the ability to post to the facebook wall trough my iPhone app. I found various possibilities to do that, but which one is the best and shortest for iOS4?

And do I need UIWebView?

Thanks mat


回答1:


The best way is to use the official facebook-ios-sdk. It does a good job of managing the OAuth authentication and other stuff for you, there is little for you to worry about. For example, it comes with the necessary authentication view and you don't need to store any credentials in your app thanks to cookies (and fact, since OAuth FB says you shouldn't store the credentials due to privacy). Plus, it's OSS and if you have trouble, you can ask for help in the Facebook developer forum for SDKs.



来源:https://stackoverflow.com/questions/3730332/facebook-integration-for-ios4

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!