Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

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.

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?

like image 658
chell Avatar asked Sep 22 '11 08:09

chell


2 Answers

From Facebook Oct.1 deadline blog post, SSL is not required for sandbox apps. So you can continue to develop apps without SSL certificate as long as you enable sandbox in your app.

like image 119
SenG Avatar answered Nov 15 '22 07:11

SenG


In my case, temporary DISABLE secure browsing setting in 'Account Setting'.

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

like image 35
snaka Avatar answered Nov 15 '22 07:11

snaka