DW-CS5: Run Facebook applications on local server

回眸只為那壹抹淺笑 提交于 2019-12-07 09:58:34

It may be possible to run Facebook application locally on your server by using SSH Tunnels. (Routing requests over tunnel)

You can find an example with Ruby here: http://blog.evanweaver.com/articles/2007/07/13/developing-a-facebook-app-locally/

I am not familiar with DW, but from that presentation it seems like it is just a built-in browser with firebug features.

The problem with developing FB apps is that app pages should be reachable from facebook.com, plus facebook doesn't accept ip as a canvas url so you can't just point it to your machine.

Just register some free third level domain (http://www.dyndns.com/) pointing to you ip address, then create a new FB app for debugging with canvas url pointing to your domain.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!