简体   繁体   English

是否正在开发Localhost应用程序所需的Secure Canvas URL

[英]Is the Secure Canvas URL required for Localhost apps in development

I am developing an application in my local machine. 我正在我的本地机器上开发一个应用程序。

I let users invite their Facebook friends with a Facebook request Dialogue. 我让用户通过Facebook请求对话邀请他们的Facebook好友。

The friends then click the link in their Facebook and are directed to the canvas page and then redirected out of Facebook to my local site. 然后,朋友点击他们Facebook上的链接,然后转到画布页面,然后从Facebook重定向到我的本地站点。

Do I need to have an SSL certificate and if so how can I have one when I am developing locally so I can test my site? 我是否需要拥有SSL证书?如果是,我在本地开发时如何才能拥有SSL证书,以便我可以测试我的网站?

From Facebook Oct.1 deadline blog post, SSL is not required for sandbox apps. 从Facebook Oct.1截止日期博客文章,沙盒应用程序不需要SSL。 So you can continue to develop apps without SSL certificate as long as you enable sandbox in your app. 因此,只要您在应用中启用沙箱,就可以继续开发没有SSL证书的应用。

In my case, temporary DISABLE secure browsing setting in 'Account Setting'. 就我而言,“帐户设置”中的临时DISABLE安全浏览设置。

http://gyazo.com/39e4dd5087636ebc3024d2285ab3e33a.png http://gyazo.com/39e4dd5087636ebc3024d2285ab3e33a.png

Forward works great for developing facebook apps locally, supports SSL too. Forward适用于本地开发facebook应用程序,也支持SSL。

https://forwardhq.com/in-use/facebook https://forwardhq.com/in-use/facebook

You need a certificate before October 1st, otherwise your canvas landing page will be blocked by Facebook. 您需要在10月1日之前获得证书,否则您的画布登陆页面将被Facebook阻止。 If you develop locally and need a SSL cert just for test, see the following trick for IIS: 如果您在本地开发并且仅需要用于测试的SSL证书,请参阅IIS的以下技巧:

http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM