我不需要 Facebook 应用程序,我只想要他们的 API(Ruby 语言)
我可以使用 Facebooker 而无需在开发者部分中创建整个 Facebook 应用吗?
我不需要使用 Facebooker 创建 Facebook 应用程序,我只是希望能够创建Facebook 上的活动和帖子,以及我网站上自己的自定义管理面板。 Facebooker 似乎已经构建好了一切,所以我不想只使用原始的 Rest-Client 库。
我可以在不创建应用程序的情况下使用 Facebooker 读取/写入 Facebook 吗?我很想知道。如果没有,我是否可以在不使用原始 REST 请求或页面抓取/机械化的情况下以其他方式创建应用程序的情况下读取/写入 Facebook?
感谢您解决这个问题。
Can I use Facebooker without having to create a whole Facebook App in their Developer section?
I don't need to create a Facebook App with Facebooker, I just want to be able to create events and posts on Facebook with my own custom admin panel on my site. Facebooker seems to have everything built already, so I wouldn't want to use just a raw Rest-Client library.
Can I use Facebooker to read/write to Facebook without creating an App? I'd love to know. If not, can I read/write to Facebook without creating an App another way without resorting to either raw REST requests or page scraping/mechanize?
Thanks for clearing this up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须创建一个应用程序才能获取 API 密钥和密钥。您必须拥有这些密钥才能使用任何 FB 平台 API(包括 Facebook connect)。
You have to have created an App in order to get an API key and Secret Key. You must have these keys in order to use any of the FB platform API (including Facebook connect).