I've gained a lot of experience in the last few weeks in developing facebook applications that run on gae.
It's possible to test your apps locally. I usually create two facebook apps, one for local testing and one for the live system. You have to set the site url and the canvas url. e.g. when your development server runs on http://localhost:9999/ and the link to your app is http://localhost:9999/myapp/ site url: http://localhost:9999/ canvas url: http://localhost:9999/myapp/ (the backslash at the end is important) when you load your canvas page e.g. http://apps.facebook.com/myfirstgaefbapptest/ the iframe will load its content form your development server. of course, no other person can test the app with this setup, so it's useful to create 1,2,3 fb testaccounts and open each account in a separate browser (chrome, firefox, opera, safari, ie). regards, Alexander -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
