[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-27 Thread anand
Thanks sir! It worked for me. It was great help. Regards Anand On Jan 11, 6:13 am, Jove jovezh...@gmail.com wrote: Hi benzrad, Go ahead adding that code to your app.yaml. It works for my site on GAE. Few more informations: * I put the canvas.htmland rpc_relay.htmlon %AppHome%/media/

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-11 Thread Jove
Hi benzrad, Go ahead adding that code to your app.yaml. It works for my site on GAE. Few more informations: * I put the canvas.html and rpc_relay.html on %AppHome%/media/ folder * Add the following code at the begining of app.yaml. Make sure those handles are registered **before** other

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-03 Thread benzrad
so great to hear from u, dear Mangar, i will trie the code asap. but i want to know if upload: static/*.* mandatory? where is upload from? i didn't see a folder in that title. TIA. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-03 Thread benzrad
i tried the code, but it don't work on my app at http://app21zh.appspot.com .in friend connect in the process to setup the site, it still reported can't find the 2 files, which i had place all over including static folder. i need more instruction.TIA. On Jan 1, 3:56 pm, Shalin Shekhar Mangar

[google-appengine] Re: Googe App Engine and Friend Connect...

2009-01-01 Thread Shalin Shekhar Mangar
You can add them inside the static directory. You must also map them to '/' (root) by adding the following in your app.yaml file. - url: /canvas.html static_files: static/canvas.html upload: static/canvas.html - url: /rpc_relay.html static_files: static/rpc_relay.html upload:

[google-appengine] Re: Googe App Engine and Friend Connect...

2008-12-30 Thread benzrad
could some experts drop some comments here, upon my foolish requests? TIA. On Dec 16, 10:00 am, bvelasquez bvelasq...@gmail.com wrote: I added Google's Friend Connect to my GAE application.  Now, there are two sign in steps on my site.  One to authenticate using GAE users and the other for

[google-appengine] Re: Googe App Engine and Friend Connect...

2008-12-28 Thread benzrad
dear sir, i also want to add google friend connect onto my GAE, but where directory should i place the 2 file google asked for uploading, ie., canvas.htmlrpc_relay.html ? i place them on the root folder of my app, also place them in the static folder with other html files, but neither working,

[google-appengine] Re: Googe App Engine and Friend Connect...

2008-12-28 Thread benzrad
i also need to python code to judge the url to redircct respectively. u know, my domain blocked in China, whose surveillance now absolutely banned my domain, be21zh.org. i had some appspot sites bonded with custom domain under be21zh.org, like forum.be21zh.org , guestbook.be21zh.ort , etc. while

[google-appengine] Re: Googe App Engine and Friend Connect...

2008-12-16 Thread Andrew Badera
You might benefit from checking out Microsoft's Provider Models in .NET. They address exactly this sort of abstraction. For this, you want the role and/or membership providers. Thanks- - Andy Badera - and...@badera.us - (518) 641-1280 - Google me: http://www.google.com/search?q=andrew+badera

[google-appengine] Re: Googe App Engine and Friend Connect...

2008-12-16 Thread conman
I amnot quite sure if I unserstand your question but I guess you need to manage your own User Login status which can be triggered by either Google Account Login or by FriendConnect or Facebook Connect or OpenId etc... That way a user would have the possibility to log in via different auth