How to add canvas and secure canvas URL in Facebook application

I'm trying to develop a Facebook tutorial "Friends of Smash", but I had a big problem: it’s not possible to add a canvas and a secure canvas URL in

Settings β†’ Add Platform β†’ Website

I get below options

dryKe.png

How to add canvases and secure canvas urls?

+6
source share
2 answers

Canvases and secure canvas URLs apply only to Facebook apps. Your application (if you are on the website platform) does not use canvas URLs.

Excerpt from the documentation that talked about applications on canvas:

Facebook applications are loaded into the canvas section of the Page canvas. The canvas is pretty literally an empty canvas on Facebook that launches your application. You fill the canvas by providing a URL canvas that contains the HTML, JavaScript, and CSS that make up your application. When a user using your application requests a Canvas page, we load the canvas URL into an iframe on that page. This will cause your application to appear in standard Facebook chrome.

+2
source

Click Add Platform, and then you can add your canvas URL and secure canvas URL.

0
source

All Articles