Facebook 应用程序中的应用程序域用于什么?
有人在 Facebook 应用程序中的应用程序域是什么?但我并没有真正明白。
我想做的是从移动应用程序“发布操作”。要发布的对象必须存储在单独的网页中。并且单独页面的域应该包含在应用程序域中。
应用域是否也适用于移动应用?
Facebook 应用程序中的应用程序域用于什么?
有人在 Facebook 应用程序中的应用程序域是什么?但我并没有真正明白。
我想做的是从移动应用程序“发布操作”。要发布的对象必须存储在单独的网页中。并且单独页面的域应该包含在应用程序域中。
应用域是否也适用于移动应用?
那么 AppDomain 只是意味着您的应用程序的服务器端文件的位置。您的应用程序只能在该域中使用。Facebook 需要数据来解决跨域和安全问题。
除非您打算对网站使用 FB 身份验证,否则您不需要填写 App Domain 输入。
I encountered the same issue for my mobile app. To fix it, I set the App Domain to my domain. But that wasn't enough because I then got the error:
Error You have specified an App Domains but have not specified a Site URL or a Mobile Web URL puurbuy.com must be derived from your Site URL or your Mobile Web URL.
So I had to go one step further and enable "Website with Facebook Login" setting the URL to my homepage, even though I do not have a Facebook login on my website. A terrible work around in my opinion, but it worked.
因为没有使用沙盒模式: 1. 必须在 appdetails 页面上建立一个类别 2. 必须使用 Facebook 登录设置网站 3. 然后可以设置应用程序域
现在调试会毫无错误地提取正确的信息。
App 域与您的应用程序或 Web 域无关,这基本上是一个 App Store 地址。只需在 App Domains 中写下这一行。
apps.apple.com
这对我有用。