根据 Facebook 用户界面呈现新闻源

发布于 2024-10-15 17:44:42 字数 277 浏览 1 评论 0原文

我正在开发一个 Facebook 应用程序,用于获取登录用户的新闻源并呈现它。目前,我使用 iframe 并使用 PHP SDK 调用 Graph API 来获取帖子并渲染它们(通过 PHP 在服务器端生成)。为了模仿类似 facbeook 的外观和感觉,我模仿了他们的风格,我在这方面取得了一些成功,但不是很成功。

我想知道 Facebook API 是否有办法为我做同样的事情?我读到了有关 FBML 的信息,但有一个弃用警告,并指出他们正在逐渐将内容转向 Javascript SDK。

有什么想法吗?

I am developing a facebook application that fetches the newsfeed of the logged in users and renders it. Currently, I am using iframe and I use PHP SDK to call the Graph API to fetch the posts and render them (generate on server side via PHP). To emulate the facbeook like look and feel, I mimicked their styles on which I am somewhat successful but not very much.

I am wondering is there a way in Facebook API to do the same for me? I read about the FBML but there is a deprecation warning along with a notice that they are gradually moving things towards their Javascript SDK.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉默的熊 2024-10-22 17:44:42

好吧,您已经缩小了 XFBML(Javascript API)为您提供的范围。

我不久前遇到了同样的问题,这个网站救了我 - http://devtaulous.com/articles/bkonrad/how-to-style-an-application-like-facebook/

facebook 使用了一些基本样式。

祝你好运。

Well, you are narrowed to what XFBML (The Javascript API) offers you.

I had the same problem a while ago and this site saved me - http://devtacular.com/articles/bkonrad/how-to-style-an-application-like-facebook/

There are some basic styles that are used by facebook.

Good luck.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文