[OpenSocial] Re: Preview release of the OpenSocial Dev App

2008-10-14 Thread Arne Roomann-Kurrik
Hi Eiji, That's great advice. I'll make adding message bundle support a priority (and will try out hi5's new crowdsourcing translation tool so that yourself others can help contribute translations) ~Arne 2008/10/9 Eiji Kitamura <[EMAIL PROTECTED]> > > Hi Arne, > > > This looks like a great

[OpenSocial] Re: How to modify rendered XML file in Opensocial

2008-10-14 Thread anand sharma
Hi, Let me tell u this way : 1. if u have shifted ur shindig from ip address 111.11.11.11 to 222.222.22.22 then change your gadget server path also. i am not clear whether shindig is with you or its provided by other party . if its with you , means u r taking care of ur shindig thn

[OpenSocial] Re: How to modify rendered XML file in Opensocial

2008-10-14 Thread Soumya
Hi, Thanks for your reply. But there is no such problem (i.e. proxy problem). e.g. my initial ip address for application was 111.111.11.11. Now my provider has changed his ip address to 222.222.22.22. So my application stops working. Even I modify the ip addrress in my XML file, it is not getting

[OpenSocial] Re: How to modify rendered XML file in Opensocial

2008-10-14 Thread api . kurrik
Hi Soumya, Which container are you using? Some containers don't support changing the location of a gadget once it is listed in a directory, so having your gadget hosted at an IP address is something I would not advise doing. Can you get a domain to point at the IP address of the gadget? ~Arn

[OpenSocial] Re: opensocial contact email id

2008-10-14 Thread api . kurrik
Hi Kathir, Post in orkut's developer group to ask: http://groups.google.com/group/opensocial-orkut/topics ~Arne On Oct 14, 1:39 pm, dskathir <[EMAIL PROTECTED]> wrote: > hi > > I've submitted my orkut application long back. I just want to know the > status. Is there any contact email id for

[OpenSocial] Re: checking whether viewer has installed the application and viewer is owner or not

2008-10-14 Thread api . kurrik
When I need to track this, I use the Persistence API to store a token for the OWNER whenever the application loads. Then, if I need to see if the VIEWER has the application installed, I request the persistent data for the VIEWER- if the token is there, then they've installed the application at so

[OpenSocial] Re: Creating the url to the application canvas from the profile view in friendster

2008-10-14 Thread api . kurrik
You should use the gadgets.views.requestNavigateTo() function to navigate to the canvas view: http://www.opensocial.org/Technical-Resources/opensocial-spec-v08/gadgets-reference08#gadgets.views.requestNavigateTo You can call this in response to an onclick event on a link, to make a link that navi

[OpenSocial] Re: Navigating between profile and canvas view : how to construct URL for links in profile view

2008-10-14 Thread api . kurrik
Hi Suresh, requestNavigateTo() actually has a third parameter named opt_ownerId: http://www.opensocial.org/Technical-Resources/opensocial-spec-v08/gadgets-reference08#gadgets.views.requestNavigateTo You could try passing in the current OWNER's ID to this parameter to see if the navigation takes

[OpenSocial] Re: Opensocial Help

2008-10-14 Thread api . kurrik
OpenSocial is a specification, so there's not really "source code" that you can download. What exactly are you looking for? ~Arne On Oct 13, 2:15 pm, "bagya raj" <[EMAIL PROTECTED]> wrote: > Please any one give source for Opensocial API otherwise how to download from > net specify the URL(site

[OpenSocial] Re: Submitting an application

2008-10-14 Thread api . kurrik
Some containers let you change the XML file of your gadget, including name and description without needing to resubmit the gadget for review. MySpace, however, requires you to go through review each time you change your gadget xml. With regard to the time it takes to get listed in a directory, i

[OpenSocial] Re: seeking help regading adding social activities

2008-10-14 Thread api . kurrik
You should post in the orkut group here: http://groups.google.com/group/opensocial-orkut/topics and ask what they're looking for for your app to be more social. Why not try something like showing which ringtones the viewer's friends have downloaded? ~Arne On Oct 12, 5:08 am, nishant <[EMAIL P

[OpenSocial] Re: Displaying text in an html doc using SWFObject

2008-10-14 Thread api . kurrik
Hi Tom, This group is intended for talking about OpenSocial programming, so there may not be that many developers here familiar with this type of flash programming. Have you tried posting in Adobe's flash support forums? ~Arne On Oct 11, 8:20 am, Tom M <[EMAIL PROTECTED]> wrote: > Hello. >

[OpenSocial] Re: How to determine if owner and viewer are friends

2008-10-14 Thread api . kurrik
Hi Dave, Right now your approach is probably the best way to do this. 0.8 containers may start to support the IS_FRIENDS_WITH filter: http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.DataRequest.FilterType_field_detail which means that you cou

[OpenSocial] Re: Creating the url to the application canvas from the profile view in friendster

2008-10-14 Thread suresh...@gmail.com
Hi Arne, Thanks for your reply. The solution you gave working fine with other containers. I am using 0.7version of OpenSocial. But my Problem in friendster can be explained in the following scenario : 1. User A had installed the application but User B did not install the application yet. 2.

[OpenSocial] Re: Navigating between profile and canvas view : how to construct URL for links in profile view

2008-10-14 Thread suresh...@gmail.com
Hi Arne, Hi Arne, Thanks for your reply. The solution you gave working fine with other containers. But I am still using 0.7 version of OpenSocial. In this version there is no Third parameter opt_ownerId : http://code.google.com/apis/opensocial/docs/0.7/reference/gadgets.views.html#requestNavi

[OpenSocial] what is __MODULE_ID__?

2008-10-14 Thread amit . hp3
hi what is __MODULE_ID__? Specifically I am using __MODULE_ID__ in tab creation as per the documentation (http://code.google.com/apis/orkut/articles/tabs.html). But i dont know the meaning. If i put tab creation code in xml file then it works fine, but if i move the same code in external .js fi