Is it possible to develop facebook using google app engine locally, without having to upload application every time I change it?
|
|
|
I assume you are getting API error 191 when you try to access the Facebook API from the dev appserver?
If you are developing on your localhost, you can set the 'Site Domain' field in your facebook app settings to In my environment I just entered:
As long as the browser's URL matches |
|||||||
|
|
You could set the Website field in your Facebook app settings to |
||||
|
|
|
I ran into this issue a couple years ago and wrote a long article about how I solved it for my needs. http://www.upwithabang.com/articles/GAE-facebook-win7.html It covers the setting up of an Apache server on your laptop then telling Facebook and the GAE to behave as if it hosted on a production server. This solves the pain of constant uploads for testing every little change. Hopefully this is helpful to someone, if not a little late. |
|||
|
|