Facebook、Twitter 和 Linkedin 与 iPhone 中的全功能集成
我有 facebook 和 twitter api 集成的经验。但这只是提要帖子。 我想要完整的 Facebook 应用程序,它可以显示朋友列出他们的消息和事件。 我希望 Twitter 和 linkedin 也能得到同样的东西。 如果有人对此有想法或代码,请给我链接或发布。
谢谢
I have experience of integration of facebook and twitter api. But Its just feed post.
I want full Facebook application which shows friends list their messages and events.
And i want same thing for twitter and linkedin.
If any body have idea or code for this please give me link or post that.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Linkedin 的 API 您可以参考:
http://developer.linkedin.com/thread/ 1169?tstart=30
the API for Linkedin You can refer this :
http://developer.linkedin.com/thread/1169?tstart=30
您可以使用 UIWebView 加载 twitter 和 facebook。它将让您利用这两个社交网站提供的全部功能。虽然按照您想要的方式构建应用程序并非不可能,但使用 webview 将节省您的时间和精力。既然您已经知道 FB 和 Twitter 集成,所以我相信您已经知道我们可以通过 iPhone 应用程序做什么..即..设置状态、阅读帖子等..我不太确定 Linkedin。以防万一您遇到任何解决方案,也请告诉我。
You can use UIWebView to load twitter and facebook. It will let you exploit the entire functionality offered by these two Social networking sites. Though It's not impossible to build an application the way you want it to be but using webview will save your time as well as efforts. Since you are already aware of the FB and twitter integration so I am sure you are already aware as to what all we can do from iPhone application..viz.. Setting Status, reading POSTS etc.. I am not quite sure about Linkedin.. Just in case if you come across any solution for this let me also know about that.