Can I use my localhost url as the canvas URL?
Can I use my localhost url htt开发者_开发问答p://localhost/mypage.php as the canvas url for facebook application?
In the Facebook Integration section:
- Configure the Canvas Page name, which is your application's URL on facebook.com.
- 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.
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.
精彩评论