我应该把 FBConnect 中 facebook 提供的密钥放在哪里
我想在我未来的 iphone 项目中使用 facebook api..
我已经从 facebook 获得了应用程序 id...应用程序秘密...和 api 密钥..
现在我想在我的 FBConnect 中使用它..
我应该在哪里使用它fbConnect 中有详细信息吗?
I want to use facebook api in my future iphone project..
I have got App id...App Secret...and api key from the facebook..
Now I want to use it in my FBConnect..
Where should I use this details in the fbConnect?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 appID 创建 facebook 对象
决定您想要获得什么权限
然后使用登录
另外,不要忘记将 URL fb[appID] 添加到 info.plist 文件中的 URL Types 键中。
Use the appID to create the facebook object
decide what permissions you want to get
and then login using
also dont forget to add the URL fb[appID] to the URL Types key in the info.plist file.