0

I want users to be able to use Facebook Connect on MY website. And I dont want IE to throw a popup that not all items were delivered securely. This means Facebook has to return code over https to me as well. See this site to see the issue in action: https://www.ticketwise.nl/123

The related issue can be found here: Determining which content was delivered securely and which wasn't

So my questions are:

  1. Is Facebook Connect possible over https?
  2. if so: which integration method should I use?
General Grievance
  • 4,555
  • 31
  • 31
  • 45
Adam
  • 6,041
  • 36
  • 120
  • 208

1 Answers1

1

Yes its possible. You need to ensure you have a working SSL certificate and then you can log into your Facebook account, go to the Developer application and set a secure URL.

That fixed the warnings for me. However you MUST buy an SSL cert and make sure that is correctly setup. I like GoDaddy's $12.99 SSL certificates: just search in Google and then click the first ad they have.

Femi
  • 64,273
  • 8
  • 118
  • 148
  • I just see this: "Secure Canvas URL", but the canvas URL is needed for when I want to develop an application ON facebook. I just want to use Facebook Connect from my OWN website...I dont see the option to set that secure url on Facebook...where can I find it? – Adam May 30 '11 at 18:19
  • Ah, for connect on your own website as long as you have an SSL cert it should just work. Do you have an SSL cert and have ssl properly setup? are you requesting the Facebook javascript library with https? – Femi May 31 '11 at 02:52