Sharekit 与 Facebook 图形 API
我需要将 Facebook 集成到 iPhone 应用程序中。早些时候我想过使用 sharekit 但不知何故我发现他们不使用最新的 facebook sdk(graph api)。但我的分享需求只是发布在用户的墙上,并发布带有链接的自定义消息。所以我的观点是,即使它不使用最新的图形 API,我也应该使用 sharekit 吗?
I need to integrate Facebook in iphone app. Earlier I thought of using sharekit but somehow I found they do not use latest facebook sdk(graph api). But my sharing needs are only to post on the user's wall, and post custom messages with a link. So my point is should I use sharekit even if it does not use the latest graph api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
github 上有针对 ShareKit 的 Facebook Graph API 支持的拉取请求
https://github.com/ideashower/ShareKit/pull/158
There's pull request with Facebook's Graph API support for ShareKit on github
https://github.com/ideashower/ShareKit/pull/158
如果您只需要添加facebook,请直接使用facebook ios sdk,而不是ShareKit。 ShareKit 适合您想要添加多项服务的情况。
If you just need to add facebook, use the facebook ios sdk directly instead of ShareKit. ShareKit is for if you have a multiple services you are looking to add.