[OpenSocial] Re: Help me

2008-10-15 Thread Simon Forman
My friend, start here: http://code.google.com/apis/opensocial/articles/tutorial/tutorial-0.8.html HTH, ~S On Wed, Oct 15, 2008 at 10:20 PM, bagya raj <[EMAIL PROTECTED]> wrote: > Hi all friends, > > please help me how to open social use my site. > > where is source (program) available > > -- >

[OpenSocial] how to get list of user's friends who have added application

2008-10-15 Thread Vishal Joshi
Dear Friends, I am developing an opensocial application for orkut. I want to get detail of user's friends who have added my application in their profile. So how can I do it using opensocial api. Thanks, Vishal Joshi --~--~-~--~~~---~--~~ You received this message

[OpenSocial] Help me

2008-10-15 Thread bagya raj
Hi all friends, please help me how to open social use my site. where is source (program) available -- With Best Regards Bagya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development"

[OpenSocial] Re: seeking help regading adding social activities

2008-10-15 Thread nishant
Thanks ~Arne, As i told earlier i am not that good with Jscript. Can you help me adding this feature of showing "which ringtones the viewer's friends have downloaded?" What i am doing is storing the downloader name database and showing who has downloaded. but i dont know how to get

[OpenSocial] cannot go to canvas view from profile view

2008-10-15 Thread agulla
Hi I am trying to navigate from my profile view to canvas view by passing parameters. Its not going to my canvas view at all. could anyone please help me. Here is my code:

[OpenSocial] Re: Making requests to retrieve userid of owner on load

2008-10-15 Thread agulla
Hi I did like you said, but still my application is writing undefined or empty string as the user id Any ideas please!! On Sat, Oct 11, 2008 at 2:14 PM, yoichiro <[EMAIL PROTECTED]> wrote: > > Hi, > > The PROFILE_DETAILS value has only the NAME field because you have > rewritten its value. You sh

[OpenSocial] Re: what is __MODULE_ID__?

2008-10-15 Thread amit . hp3
Hi, Thanks for the help. Just have 1 doubt. I am using __MODULE_ID__ in following code. tabs = new gadgets.TabSet( __MODULE_ID__ , null, document.getElementById('tabs_div')); If i dont use it (like as below code) and write something else then will affect anything? tabs = new gadgets.TabSet(

[OpenSocial] Re: what is __MODULE_ID__?

2008-10-15 Thread Chris Chabot
__MODULE_ID__ is replaced by the server with the module id your application, which can be anything like '1' or 'abcetragg12345345' (though the former format is more likely then the latter :) Basically it's treated like a language tag, which works great inside of your gadget xml file (since the var