简体   繁体   English

由于安全的画布网址,无法注册Facebook应用

[英]Can't register facebook app because of secure canvas url

I am trying to create a Facebook app. 我正在尝试创建一个Facebook应用程序。 But during the registration process I can't move forward. 但是在注册过程中,我无法前进。 It asks to enter secure canvas url. 它要求输入安全的画布URL。 I heared that HTTPS will be compulsory from October. 我听说HTTPS自10月起是强制性的。 But I can't move forward, because I have only HTTP. 但是我无法前进,因为我只有HTTP。

Please help me to solve this issue. 请帮我解决这个问题。 I have another web site that works perfectly using HTTP and a Facebook app. 我有另一个网站,可以完美地使用HTTP和Facebook应用程序。

New apps will require https, compulsorily... To test your app for development, enter a https URL for your app, but turn off secure browsing to test :-) 新应用将强制要求使用https ...要测试您的应用进行开发,请为您的应用输入https URL,但请关闭安全浏览以进行测试:-)

To test with multiple users, try getting a self signed certificate and run HTTPS. 要测试多个用户,请尝试获取自签名证书并运行HTTPS。

On production, get a proper SSL certificate from a CA and deploy it. 在生产中,请从CA获得适当的SSL证书并进行部署。

I have also face the same kind of problem but i have solved the problem by placing the same url with the https. 我也遇到过同样的问题,但是我已经通过将相同的URL与https解决了问题。 Here is the both url demo. 这是两个url演示。

Canvas URL:

http:// Site url

Secure Canvas URL

https:// Site url

There is no problem using your app outside the FB 在FB外部使用您的应用程序没有问题

Recently FB updated the SSL for Secure canvas url..It is not mean that we need to buy SSL certification 最近FB更新了SSL for Secure画布URL。这并不意味着我们需要购买SSL认证

just create an app with your http:// 只需使用您的http://创建一个应用

then for secure canvas url simply add https:// 然后对于安全的画布URL,只需添加https://

here the secure canvas url is for putting ur url inside the FACEBOOK is not possible .but you can access all from outside of the FB 在这里,无法使用安全的画布URL来将您的URL放入FACEBOOK中。但是您可以从FB外部访问所有URL

Check this site which has no https:// only http:// But it works clearly outside the FB http://shop.samthesamurai.com/ 检查没有https://仅http://的此站点,但是该站点在FB http://shop.samthesamurai.com/之外显然可以正常工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Facebook应用程序:安全画布URL - Facebook Application: Secure Canvas URL Facebook重定向到画布网址,而不是Facebook上的应用程序 - Facebook redirects to canvas url instead of the app on facebook 登录Facebook App重定向到画布URL - Logging into Facebook App redirects to canvas URL 应用程序授权后,Facebook重定向到画布URL,而不是画布页面 - Facebook redirecting to canvas url instead of canvas page after app authorization 未启用安全浏览的用户无法看到我的Facebook应用 - My Facebook app can't be seen by users who do not have secure browsing enabled Facebook应用程序显示Facebook下画布URL的空白页 - Facebook app showing blank page for the canvas url under facebook 如果直接点击主机URL,将facebook应用程序重定向到画布URL - redirect facebook app to canvas url if host url is hit directly Facebook 显示错误:无法加载 URL:此 URL 的域未包含在应用程序的域中 - Facebook showing error: Can't Load URL: The domain of this URL isn't included in the app's domains Facebook Auth:无法加载URL:此URL的域未包含在应用的域中 - Facebook Auth: Can't Load URL: The domain of this URL isn't included in the app's domains facebook登录名:无法加载URL:该URL的域未包含在应用程序的域中 - facebook login : Can't Load URL: The domain of this URL isn't included in the app's domains
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM