[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Shubhajyoti Ghosh
Hi, Have you create this successfully? Mail me for further discussion. [EMAIL PROTECTED] Thanks, Shubha On May 15, 12:27 pm, afaq [EMAIL PROTECTED] wrote: hi, I have read examples of google for opensocial at (http:// code.google.com/apis/opensocial/) All these examples are

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread afaq
Looking for a detailed reply from Opensocial Gurus. regards, Afaq On May 15, 3:44 pm, afaq [EMAIL PROTECTED] wrote: hi rana, i don't understand your reply. Please read my email and reply me in detail. Regards, Afaq On May 15, 3:27 pm, rana das [EMAIL PROTECTED] wrote: ve u done

[OpenSocial] Help me Please

2008-05-15 Thread Shubhajyoti Ghosh
Hi All, I want to implement OpenSocial Application using Dot .Net. How much it is possible. If any one give me suggestion on that, always welcome. Waiting for positive reply. Thanks Regards, Shubhajyoti Ghosh

[OpenSocial] Re: Help me Please

2008-05-15 Thread justin kruger
how so? silverlight? On Thu, May 15, 2008 at 5:14 AM, Shubhajyoti Ghosh [EMAIL PROTECTED] wrote: Hi All, I want to implement OpenSocial Application using Dot .Net. How much it is possible. If any one give me suggestion on that, always welcome. Waiting

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread justin kruger
aspx is not designed to produce gadgets. it may be easier to render the gadget XML in some other way using c# or vb.net. the opensocial apps are proxied XML that is transformed on the fly into an iframe, with a javascript api. to my knowledge that javascript library has not been inclueded in

[OpenSocial] RESTful Data API's availabilty?

2008-05-15 Thread mike
Does anyone know what the ETA for the 1st release of the DATA API's is? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OpenSocial Application Development group. To post to this group, send email to

[OpenSocial] Re: Get list of friends who have installed my app.

2008-05-15 Thread Chethan
Hi Aakash, Tried the filter... but it doesn't seem to be working. Still displays all my friends. :( Regards, Chethan On May 14, 7:19 pm, Aakash Bapna [EMAIL PROTECTED] wrote: Hi, Chethan, if you want to get only those friends who have app installed, then you can use the HAS_APP filter.

[OpenSocial] IE6 and IE7

2008-05-15 Thread Luciano Ricardi
Hi all, We are developing some complex gadgets that interacts with our external servers and, we are having a lot of problems when using IE6 and IE7. On Firefox, for example, that works fine. The errors are on javascript generated by OpenSocial Container, and there are so many... Is someone

[OpenSocial] Re: IE6 and IE7

2008-05-15 Thread justin kruger
is it related to doc type? On Thu, May 15, 2008 at 7:36 AM, Luciano Ricardi [EMAIL PROTECTED] wrote: Hi all, We are developing some complex gadgets that interacts with our external servers and, we are having a lot of problems when using IE6 and IE7. On Firefox, for example, that works fine.

[OpenSocial] p2p in Adobe Flash 10

2008-05-15 Thread justin kruger
this is sweeet! i wonder how this will play into social networking. http://www.adobe.com/aboutadobe/pressroom/pressreleases/200805/051508AdobeFlashPlayer10.html -- -- Justin Kruger http://jDavid.net [EMAIL PROTECTED] If you are successful, it is because somewhere, sometime, someone gave you

[OpenSocial] Unable to add this application

2008-05-15 Thread Gaurav
Hi Everbody, I am facing some problem while adding my application in my friends account.I am getting this error Unable to add this application again and again. But the application working fine in my Orkut account becouse it refer with refrence of sandbook

[OpenSocial] Re: RESTful Data API's availabilty?

2008-05-15 Thread Renato Mangini
It is being proposed in version 0.8 of the specification. Check your container's plan to adopt 0.8. Afaik, Orkut has not released any plans yet, but considering their past, I guess somewhere in September. On 5/15/08, mike [EMAIL PROTECTED] wrote: Does anyone know what the ETA for the 1st

[OpenSocial] Re: how do you delete an Activity?

2008-05-15 Thread Rohit Ghatol (Google)
Hi Margaret, Currently in 0.7 OpenSocial API there is no provision for this. Please read the following thread if you are interested in knowing and contributing to what could be the state of delete Activity in upcoming versions.

[OpenSocial] Re: List of installed apps

2008-05-15 Thread Rohit Ghatol (Google)
Hi Rajiv, I am afraid, currently there is no such api. Cheers, Rohit On May 13, 11:16 am, Rajiv R [EMAIL PROTECTED] wrote: Hello, Is there any api to get the list of apps installed by a user ? Regards, Rajiv --~--~-~--~~~---~--~~ You received this message

[OpenSocial] [EMAIL PROTECTED]

2008-05-15 Thread chinmay chitransh
table style=border-collapse:collapse;trtd colspan=2embed src= http://content.rockyou.com/Games/3d-rally-racing_v2/3d-rally-racing.swf; menu=false quality=high width=500 height=400 type=application/x-shockwave-flash pluginspage=

[OpenSocial] Re: tracking install/uninstall

2008-05-15 Thread Rohit Ghatol (Google)
Hi, If you need some help with the installs alone there is one trick to do this. This mechanism checks the person app data for a field named installed, if the field is not present you set it and do the installation task. Read through the following thread of see a sample for the same.

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Arne Roomann-Kurrik
Renato's description is very accurate from what I see. The iRead gadget uses signed makeRequest calls to transmit data about the gadget owner/viewer back to their site for the purposes of interacting with their account. The rest of the data is pulled from their JSON API. ~Arne On Thu, May 15,

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread justin kruger
maybe you want to start a project on google code to make open social more accessible to asp devs? On Thu, May 15, 2008 at 11:59 AM, Arne Roomann-Kurrik [EMAIL PROTECTED] wrote: Renato's description is very accurate from what I see. The iRead gadget uses signed makeRequest calls to transmit

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Renato Mangini
a REST API doesn't need a client lib. All you need is to be able to make HTTP requests, which all languages are capable of. The REST API would allow your outside code to communicate to a opensocial container. The makeRequest javascript call, which the iRead app uses, allows a gadget running inside

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Balaji Srinivasan
Wouldnt this be done using the REST APIs? I assume we will have client libraries for the REST APIs in the language of your choice. (My choice would be PHP :) Balaji On May 15, 2008, at 10:38 AM, justin kruger wrote: maybe you want to start a project on google code to make open social

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Balaji Srinivasan
Wouldnt this be done using the REST APIs? I assume we will have client libraries for the REST APIs in the language of your choice. (My choice would be PHP :) Balaji On May 15, 2008, at 10:38 AM, justin kruger wrote: maybe you want to start a project on google code to make open social

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Balaji Srinivasan
Wouldnt this be done using the REST APIs? I assume we will have client libraries for the REST APIs in the language of your choice. (My choice would be PHP :) Balaji On May 15, 2008, at 10:38 AM, justin kruger wrote: maybe you want to start a project on google code to make open social

[OpenSocial] Re: integrate Server side code

2008-05-15 Thread Balaji Srinivasan
I didnt mean to imply that a client library was essential...just that its a convinience. See the Google Calendar API. Using the pHP client is obviously far easier than trying to write your own code. Ofcourse if the language is not supported, one could write to the spec. Balaji On May 15,

[OpenSocial] Re: Get list of friends who have installed my app.

2008-05-15 Thread Aakash Bapna
Hi Chethan, can you give me link of your app/xml? its working fine for me.. you can see it in action here- http://www.orkut.com/AppInfo.aspx?appId=674290091829Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Thu, 15 May 2008 05:32:55 -0700 Subject: [OpenSocial] Re: Get

[OpenSocial] OpenSocial for storage

2008-05-15 Thread ArnoldoMora
I am trying to develop an storage aplication for my University. A place where pleople can share documents (.ppt, .doc, xls, etc), does google can provide me with the hosting for this kind of storage? It is something like Google-sites but with some extra functionality from social networks. I am

[OpenSocial] Re: IE6 and IE7

2008-05-15 Thread Luciano Ricardi
People, I've found the problem... there was an , after an element in the makePostRequest... So, if you have some IE related problem, review EVERY line on your code... and use a great Js debuuger!! Sorry by the post Luciano On Thu, May 15, 2008 at 10:39 AM, Luciano Ricardi [EMAIL

[OpenSocial] Re: IE6 and IE7

2008-05-15 Thread justin kruger
also lines like might be better served by a javascript frameworks like jQuery document.getElementById('main').innerHTML = html; On Thu, May 15, 2008 at 8:39 AM, Luciano Ricardi [EMAIL PROTECTED] wrote: No... It's related to some Javascript calls... This calls work fine on Firefox... some

[OpenSocial] Re: opensocial is not defined

2008-05-15 Thread justin kruger
i was getting a different, but similar error when i was appending get vars to the xml url On Thu, May 15, 2008 at 7:33 PM, Matt [EMAIL PROTECTED] wrote: I'm getting this same error on my Gadget. Using Firebug it appears as though I'm getting a 404 error on:

[OpenSocial] New to Bebo

2008-05-15 Thread Marshall
Can anyone provide advice or a link on how to submit openSocial apps to Bebo? I can't find anything related to openSocial on their developer pages. Are there any sites or blogs that give instructions on the ins and outs or tricks of getting involved with each container? Thanks!

[OpenSocial] Re: Help me Please

2008-05-15 Thread rana das
i did some basic app in orkut... but i want to add this app in my app . from where i can get the orkut frnd list and there profile and my profile like facebook. is it possible . regards, rana On Thu, May 15, 2008 at 5:41 PM, justin kruger [EMAIL PROTECTED] wrote: how so?