Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use my localhost url as the canvas URL?

Tags:

facebook

Can I use my localhost url http://localhost/mypage.php as the canvas url for facebook application?

like image 398
anjani Avatar asked Feb 22 '11 19:02

anjani


2 Answers

In the Facebook Integration section:

  1. Configure the Canvas Page name, which is your application's URL on facebook.com.
  2. Configure the Canvas URL, and point it to your webserver. If you're developing locally, you can use http://localhost:8080/. This will get used as the iframe src.

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

So it is possible.

like image 89
Shoban Avatar answered Sep 22 '22 18:09

Shoban


For testing yes, and here I mean that ONLY you can interact with this page. Other users on other PCs can't access it.

I've written a tutorial about this here.

like image 3
ifaour Avatar answered Sep 21 '22 18:09

ifaour