Is there a way to automatically update the security token to avoid expiration

2010-12-17 Thread Gabriel Guardincerri
Hi, We are using BlobCrypterSecurityToken and that generates security tokens that expire after 1 hour. After that time the app/gadget brakes and returns a 401 ugly error. So I was wondering if there's a way to automatically refresh that token before it expires to avoid that error and keep the

Different subdomains for each gadget

2010-10-13 Thread Gabriel Guardincerri
Hi, We would like increase the security of each gadget by having each one in a different subdomain. This is, have each iframe in a different subdomain to use the cross-domain security of the browsers. We found that we can define the urls using our own container.js, but there's no way to assign a

Re: Different subdomains for each gadget

2010-10-13 Thread Gabriel Guardincerri
On Wed, Oct 13, 2010 at 4:29 PM, Gabriel Guardincerri gguar...@gmail.com wrote: Hi, We would like increase the security of each gadget by having each one in a different subdomain. This is, have each iframe in a different subdomain to use the cross-domain security of the browsers. We

Re: Questions about how to implement Upload Content spec

2010-07-16 Thread Gabriel Guardincerri
Please, I need some help with this, I just need to know if I'm on the right track Thanks, Gabriel On Wed, Jul 14, 2010 at 8:53 PM, Gabriel Guardincerri gguar...@gmail.comwrote: I have another questions, is about the file's metada, I think that from the spec, there's no need to store any

Questions about how to implement Upload Content spec

2010-07-14 Thread Gabriel Guardincerri
Hi, I'm implementing Content Uploadhttp://opensocial-resources.googlecode.com/svn/spec/1.0/Core-API-Server.xml#Content-Uploadspec and I have a few question to be sure that I'm understanding it correctly: I wrote an extend exaplantion in a post with title Uploading and storing files data, but it

Re: Uploading and storing files data

2010-07-12 Thread Gabriel Guardincerri
service providers being aware. Instead document the default handler (for testing) and indicate how a custom such handler may be supported. Cheers, John On Wed, Jul 7, 2010 at 2:33 PM, Gabriel Guardincerri gguar...@gmail.com wrote: Hi John, I'm going to start

Re: Uploading and storing files data

2010-07-08 Thread Gabriel Guardincerri
such handler may be supported. Cheers, John On Wed, Jul 7, 2010 at 2:33 PM, Gabriel Guardincerri gguar...@gmail.com wrote: Hi John, I'm going to start adding this feature to shindig, I will be working with the Java version. Any start points/advices about this? Thanks Gabriel

Re: Uploading and storing files data

2010-07-01 Thread Gabriel Guardincerri
: afaik you're not missing anything. This part of the opensocial 1.0 spec isn't implemented in Shindig yet. We'd be happy to accept contributions. Do you use php, java, or both? John On Wednesday, June 30, 2010, Gabriel Guardincerri gguar...@gmail.com wrote: Hi, I'm not sure