iphone ShareKit - 如何“签入”在 Facebook 上使用 Sharekit 的地方?
大家好, 我一直在使用 ShareKit 来处理几乎所有有关 iphone Apps 社交共享的内容。现在我想在我的应用程序中提供 facebook 的签到功能。我没有看到任何方法可以使用 ShareKit 来做到这一点。
1)是否可以使用 ShareKit 来做到这一点?
2)如果不是,我该怎么做?
谢谢 !!!
Hello All ,
I have been using ShareKit for almost all the stuffs regarding social sharing from the iphone Apps . Now I want to make the check in functionality for facebook available in my App . I don't see any way to do that using ShareKit .
1) Is it possible to do so using ShareKit ?
2) If not how do I go for that ?
Thank You !!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前,ShareKit 库中无法使用 SHKFacebook 进行签到。您必须研究 Facebook API 并在 ShareKit 中自行实现该方法。最好的起点是 Facebook API 文档。
Cureently, there is no way to check in using SHKFacebook in the ShareKit library. You'll have to research the Facebook API and implement the method yourself in ShareKit. The best place to start would be the Facebook API documentation.