将 RSS 和 Twitter 嵌入到静态 FBML 中?
我被要求建立一个 Facebook 粉丝页面,显示博客中的最新 RSS 和用户的最新推文。
就像这样: http://www.facebook.com/ibmargentina?v=app_223277347226&ref= ts
我已经知道使用 FBML 的基础知识,但我不知道如何显示外部数据...
任何提示将不胜感激。
提前致谢..
I've been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest tweets from an user.
Something just like this:
http://www.facebook.com/ibmargentina?v=app_223277347226&ref=ts
I already know the basics for working with FBML, but I can't figure how can I display external data...
Any tips would be greatly appreciated.
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这里:http://forum.developers.facebook.com/viewtopic。 php?pid=129641
这是另一种方法:http://www.howtoforge.com/rss_facebook_app_php_p3
查看讨论,你想知道的一切都在那里。
http://www.facebook.com/ apps/application.php?sid=59c8a2bba844922b5153efc9b9eba237&id=4949752878&ref=s
Here you go: http://forum.developers.facebook.com/viewtopic.php?pid=129641
Here is another how to: http://www.howtoforge.com/rss_facebook_app_php_p3
Check out the discussions, everything you want to know is there.
http://www.facebook.com/apps/application.php?sid=59c8a2bba844922b5153efc9b9eba237&id=4949752878&ref=s
Facebook 在 http://developers.facebook.com/docs 上发布了新的应用程序和页面指南/guides/canvas 这相当有帮助。
一开始对我来说有点难以捉摸的一件事是,您有一个页面用于画布,然后您有第二个页面(他们推荐一个子目录 /tab)用于提供页面内容。因此,您可以拥有一个可用的应用程序和画布页面,但当您将应用程序添加到“页面”时,仍然不会将其显示为选项卡。
(我知道这是一个老问题,但我发现了它,所以我认为其他人也可能如此)
Facebook has put up a new guide for apps and pages at http://developers.facebook.com/docs/guides/canvas that is fairly helpful.
One thing that was a bit elusive to me at first was that you have one page that serves the canvas and then you have a second page (they recommend a subdirectory /tab) that serves the page content. So you can have a working app and canvas page and still not have it show up as a tab when you add the app to your "page".
(I know this is an old question, but I found it so I figure others might too)