Can I use localhost url as canvas url?

Is it possible to use the localhost url http: //localhost/mypage.php as the canvas url for facebook app?

+5
source share
2 answers

In the Facebook Integration section:

  • Set the canvas page name, which is the URL of your application on facebook.com.
  • Configure the Canvas URL and point it to your web server. If you are developing locally, you can use http: // localhost: 8080 / . This will be used as iframe src.

From: http://forum.developers.facebook.net/viewtopic.php?pid=120423

So it is possible.

+5
source

, , . .

.

+3

All Articles