[google-appengine] Re: Configuring Friend Connect

2009-01-13 Thread benzrad
thx. i found ur answer on ur blog, and its works well. too nice! now i hope i have a script to switch different friend connect script according visiting url. u know, my appspot with custom domain mapping blocked in China surveillance, while native appspot, like http://app21zh.appspot.com ,

[google-appengine] Re: Configuring Friend Connect

2009-01-06 Thread benzrad
could u help me, with what u asked? TIA. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group,

[google-appengine] Re: Configuring Friend Connect

2009-01-05 Thread benzrad
app.yaml: application: app21zh version: 1 runtime: python api_version: 1 handlers: - url: /static static_dir: static - url: /img static_dir: img - url: .* script: main.py file structure: -img -skins --default -static TIA. hope i can get a answer. btw, do u think if google soon will

[google-appengine] Re: Configuring Friend Connect

2009-01-04 Thread Geoffrey Spear
Can you post your app.yaml and the exact location you put the files? On Jan 3, 9:11 pm, benzrad dab...@gmail.com wrote: i tried the code, but it don't work on my app athttp://app21zh.appspot.com .in friend connect in the process to setup the site, it still reported can't find the 2 files,

[google-appengine] Re: Configuring 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 Dec 4 2008, 6:28 am, Andi Albrecht

[google-appengine] Re: Configuring Friend Connect

2008-12-30 Thread Chris Roat
Hey Duncan, Thanks for the pointer. I've made some progress, but I'm wondering where to send my RPCs in order to connect with friendconnect? What should be the value of the 'url' variable below? url = '???' params = { 'userId': '@me', 'groupId': '@self', }

[google-appengine] Re: Configuring Friend Connect

2008-12-08 Thread yejun
Is it possible to fetch user information after user login friend connect? On Dec 4, 7:57 am, Andi Albrecht [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 1:24 PM, kang [EMAIL PROTECTED] wrote: GAE itself has google account model, and user can login.. but if they want to post through

[google-appengine] Re: Configuring Friend Connect

2008-12-08 Thread kang
I have not seen any api from google friend connect On Tue, Dec 9, 2008 at 5:06 AM, yejun [EMAIL PROTECTED] wrote: Is it possible to fetch user information after user login friend connect? On Dec 4, 7:57 am, Andi Albrecht [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 1:24 PM, kang

[google-appengine] Re: Configuring Friend Connect

2008-12-04 Thread kang
right i've configured for my app but what do you think of the Friend Connect? I think an appengine website need not use it... On Thu, Dec 4, 2008 at 6:28 AM, Andi Albrecht [EMAIL PROTECTED]wrote: Hi Rajiv, here's how I did it... I copied the two files in a directory called static

[google-appengine] Re: Configuring Friend Connect

2008-12-04 Thread Andi Albrecht
On Thu, Dec 4, 2008 at 10:50 AM, kang [EMAIL PROTECTED] wrote: right i've configured for my app but what do you think of the Friend Connect? I think an appengine website need not use it... Why not? Could be a nice extra for some applications... But it would be great to have an easy

[google-appengine] Re: Configuring Friend Connect

2008-12-04 Thread kang
GAE itself has google account model, and user can login.. but if they want to post through FriendConnect ,they need to login for the second time it's not a good user experience On Thu, Dec 4, 2008 at 8:17 PM, Andi Albrecht [EMAIL PROTECTED]wrote: On Thu, Dec 4, 2008 at 10:50 AM, kang

[google-appengine] Re: Configuring Friend Connect

2008-12-03 Thread Andi Albrecht
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