I have a canvas iframe Facebook app. I updated the secure canvas URL with https url and it works fine. since October 1st, it is not allowed to access apps without ssl. I used to debug my app by creating a duplicate app with localhost as the canvas URL. Since October 1st (or actually since today...) it is not possible to access it due to the ssl restriction. How can I debug facebook app now??
Asked
Active
Viewed 3,233 times
2 Answers
11
In your account settings turn off 'Safe browsing' so you will be visiting Facebook without https. Then it does work for me (after turning on Sandbox mode that is).

Frank
- 111
- 2
-1
Turn sandbox on
(source: phpcode.eu)
Apps on Facebook authentication and security migration
All Canvas and Page tab apps must convert to process signed_request (fb_sig will be removed) and obtain an SSL certificate for use in Secure Canvas URL and Secure Page Tab URL (unless you are in Sandbox mode).
-
3it is not helping. even with sandbox mode enabled, Facebbok requires SSL... it gives this message: Secure browsing is not supported This application does not yet support secure browsing (HTTPS). – as-lev Oct 05 '11 at 15:58
-
@user980637: It takes a while to save settings. When you press "save" it will show you "it may take a while to proccess your changes to all server" – genesis Oct 05 '11 at 16:35