Facebook 应用程序的 Google 云存储

发布于 2024-12-28 12:48:26 字数 183 浏览 2 评论 0原文

我制作了一个 Facebook 粉丝门应用程序。我想知道是否有人成功使用谷歌云存储而不是自己的服务器存储。

我尝试了亚马逊云存储,但显然这不起作用,原因超出了我的专业知识范围。

我已经尝试过几次但无法让它发挥作用。

不知道该用什么 页面网址 安全页面 URL 选项卡网址 安全选项卡 URL 或APP域名

I have made a facebook fan-gate app. I was wondering if anyone had any success using google cloud storage instead of their own server storage.

I tried amazon cloud storage but apparently that will not work for a reason that is out of my realm of expertise.

I have tried a few times but couldn't get it to work.

dont know what to use for the
Page URL
Secure Page URL
Tab URL
Secure Tab URL
or APP domain

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

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

发布评论

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

评论(1

清醇 2025-01-04 12:48:26

我们使用 Amazon S3 来存储 Facebook 粉丝页面应用程序的文件。

您可以在这里查看https://www.facebook.com/Trustpilot?sk=app_264324680252883 而 iframe 中显示的 html 文件实际上只是 https://s3-eu-west-1 .amazonaws.com/s.trustpilot.com/facebook/163506/70729414688.html

如果你查看源代码,Facebook 会隐藏这一点,因为他们使用代理。我认为他们这样做是为了防止人们使用谷歌分析等跟踪软件。

We use Amazon S3 for storing files for an facebook fan page app.

You can see it here https://www.facebook.com/Trustpilot?sk=app_264324680252883 and the html file shown in the iframe is actually just https://s3-eu-west-1.amazonaws.com/s.trustpilot.com/facebook/163506/70729414688.html.

Facebook hide this if you look at the source code as they use an proxy. I thing they do that for preventing people to have tracking software such as google analytics.

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