Facebook 应用程序的 Google 云存储
我制作了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 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.