[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-18 Thread Barry Hunter
"level 2 integration" of what? On Tue, Nov 18, 2008 at 8:28 PM, Will F. <[EMAIL PROTECTED]> wrote: > > Can i use google app engines ssl with level 2 integration? > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~-~--~~~---~--~~ You received t

[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-18 Thread Marzia Niccolai
Hi, I'm guessing you mean 'level 2' integration with Google Checkout. And yes, this is possible, simply enter the appspot URL where you have written your secure callback handler in to your Google Checkout merchant account settings. -Marzia On Tue, Nov 18, 2008 at 1:42 PM, Barry Hunter <[EMAIL P

[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-23 Thread Aral Balkan
Hi Marzia, I've got a question about this: On my app, I know that I was losing the session when I had PayPal return to www.myapp.com when the user had originally signed in from myapp.com (naked domain). I've since fixed that issue when by forwarding everything to www. in my front controller. Howe

[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-23 Thread Aral Balkan
And here's a useful link of Google Checkout Level 1 and 2 checkout implemented in web2py: http://mail.python.org/pipermail/python-announce-list/2008-October/006988.html Aral --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[google-appengine] Re: Can i use google app engines ssl with level 2 integration?

2008-11-24 Thread Marzia Niccolai
Hi Aral, With App Engine, authentication is based on subdomain, not on app id. So if you have to redirect a user to a different domain (such as www.myapp.com to myapp.appspot.com), they will need to sign in again. -Marzia On Sun, Nov 23, 2008 at 5:17 AM, Aral Balkan <[EMAIL PROTECTED]> wrote: >