使用 Facebook 页面作为内容管理系统?
你好,
所以我正在为一个朋友制作一个网站,他希望能够在他的 Facebook 页面上发帖,让这些帖子(只有他自己发表,最好是他们的各种评论)被拉到他的网站上。
我之前没有使用 facebook 的 api 做过任何工作,我很可能会用 PHP(也许是 wordpress?)来编写这个,但我对其他语言/框架持开放态度,具体取决于什么是合适的。
Greetings,
So I am making a website for a friend who wants to be able to make posts onto his facebook page, have these posts (only by him. and preferably their assorted comments) be pulled in on his website.
I haven't done any work with facebook's api before, and I'd most likely be writing this in PHP (maybe wordpress?) but I am open to other languages / frameworks depending on what is appropriate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于您的要求来说可能太重了,但是请查看 Liferay 门户服务器的(免费)社区版本,特别是 facebook portlet。我并不是说它就是您想要的,但如果它无需编码和少量配置即可开箱即用地支持您的需求,那么可能值得一看。
possibly too heavy for your requirements, but check out the (free) Community edition of the Liferay portal server and the facebook portlet in particular. I'm not saying it is what you want, but if it supports your requirements out of the box with no coding and a little configuration it may be worth a look.
您可能有兴趣将 Drupal 与 Drupal Facebook 模块结合使用:http://drupal.org/project/fb 处理 fp api 会非常痛苦,并且您可以快速轻松地构建一个具有 Facebook 应用程序方面的网站。您还可以为 Drupal Facebook 编写自定义模块,将其扩展到 FB api 不使用的区域。
You might be interested in using Drupal with the Drupal Facebook module: http://drupal.org/project/fb It takes a lot of pain out of dealing with the fp apis, and you can quickly and easily build a site that has a Facebook application aspect to it. You can also write custom modules for Drupal Facebook to extend it into areas of the FB api that it does't utilize.