Hi Rajiv, here's how I did it... I copied the two files in a directory called "static" (where all my CSS and images live). Then I'd added the following lines to app.yaml:
- url: /rpc_relay.html static_files: static/rpc_relay.html upload: static/rpc_relay.html - url: /canvas.html static_files: static/canvas.html upload: static/canvas.html I'm not sure if you can omit the upload directive. But the relevant part is to point the urls to the files you've downloaded from the friend connect page. Hope that helps, Andi On Wed, Dec 3, 2008 at 8:37 PM, Rajiv R <[EMAIL PROTECTED]> wrote: > > am trying to use friend connect for my app engine application. I am > told to place 2 .html files in the app's home url i.e > http://<appname>.appspot.com/<filename>.html. > > I tried a few options in app.yaml but they all result in 404-Not > Found. > > any suggestions? > > Cheers! > Rajiv > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
