应用程序几年后无法运行

发布于 2024-12-16 13:37:26 字数 344 浏览 2 评论 0原文

我已经拥有一个应用程序很长时间了,每天有几百人玩它,但我不再积极进行 Facebook 开发。

今天我收到一堆电子邮件抱怨它不再起作用,果然它只是一个空白页。

我不想重写任何东西,只是在寻找我能做的最低限度的事情来让事情顺利进行。

我不想升级我的 Facebook 库。我使用 $facebook->require_login() 这似乎是问题所在。

它是一个 FBML 应用程序,查看源代码显示它已输出正确的 JavaScript 重定向,它只是什么都不做。

以前,我在应用程序设置中关闭了一些选项,以纠正不断更新造成的其他问题,但现在似乎他们不再提供该选项。

I have had an app for a long time now, there are a few hundred people who play it daily but I no longer actively do Facebook development.

Today I got a bunch of emails complaining it no longer works, sure enough it's just a blank page.

I don't want to rewrite anything and am looking for the bare minimum I can do to get things rolling.

I have no desire to upgrade my Facebook library. I use $facebook->require_login() which seems to be where the problem is.

It is an FBML app and viewing source shows that it has outputted the correct JavaScript redirect it just simply does nothing.

Previously I had turned a bunch of options off in the app settings to correct other problems created by constant updates but now it seems they no longer give that option.

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

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

发布评论

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

评论(1

惜醉颜 2024-12-23 13:37:26

https://github.com/facebook/php-sdk/blob /master/examples/example.php 是您需要了解的所有内容。

我没有简单地升级一些功能(一些 fql 查询等),因为它们对应用程序并不重要,尽管我认为这不会花费更长的时间。

不到一个小时就可以开始工作了。

https://github.com/facebook/php-sdk/blob/master/examples/example.php is about all you need to know.

I didn't upgrade some functionality (some fql queries etc) simple because they are not critical to the application although I don't think that would take much longer.

Less than an hour to get things rolling.

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