[OpenSocial] Re: Image Retrieval From Persistent Storage

2009-01-20 Thread rinku dongaria
Thanks for your response Arne Roomann-Kurrik. Can you tell me how much local storage is supported by orkut for storing application data ?? On Wed, Jan 21, 2009 at 2:55 AM, Arne Roomann-Kurrik wrote: > > App data is escaped by default. You can unescape text using the > gadgets.util.unescapeString

[OpenSocial] Re: Open Social Api

2009-01-20 Thread srinivas iyer
Thanks for your response Yoichiro , Can you suggest me any idea so i could make this application www.tinybin.com enhanced ,so i could deploy it on the Open Social Containers like orkut etc. Becoz orkut has certain restriction of approving the small application like us. Regards, Srinivas M.V.

[OpenSocial] Re: Open Social Api

2009-01-20 Thread yoichiro
Hi Srinivas, First, you will be able to content type 'url'. This type allows your application to become OpenSocial app without any changing the code. However, you can't use Social API in this type. Second, you should make RESTful Service for providing the contents you have. I think that you will

[OpenSocial] Re: Image Retrieval From Persistent Storage

2009-01-20 Thread Arne Roomann-Kurrik
App data is escaped by default. You can unescape text using the gadgets.util.unescapeString function: var html = gadgets.util.unescapeString(result["img"]); document.getElementById("tag_div").innerHTML = html; You should really be careful storing HTML in the persistent store -- the data is escap

[OpenSocial] Open Social Api

2009-01-20 Thread srinivas iyer
Hi friends , I have started learning with Open Social API . i would like to create an open social application like the one in this site . http://www.tinybin.com we have developed this application in php . i would like to integrate this as Open Social application. Can any body suggest me how t

[OpenSocial] Image Retrieval From Persistent Storage

2009-01-20 Thread rinku dongaria
Hello, I am new to opensocial..can you tell me how can i retrieve an image from the persistent storage ?? i am providing the code snippet which i used to retrieve d image from storage but unable to do so .. function imageRetrieval() { var req = opensocial.newDataRequest(); var image = '

[OpenSocial] Re: Implementing OpenSocial support in Android

2009-01-20 Thread Chris Chabot
Hi Christer, http://code.google.com/p/opensocial-java-client/ might be a good starting point, it allows you to talk to the OpenSocial end points and supports both 2 legged and 3 legged oauth. Now that OAuth bit is actually quite relevant to your question: 2 legged OAuth is ideal for situations w

[OpenSocial] Re: Orkut Team: New applications not appearing on "new additions" in app directory

2009-01-20 Thread tilda titust
what are you 18 to make orkut On Tue, Jan 20, 2009 at 1:31 AM, steffy ramola wrote: > hi ...by > > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Ap