[OpenSocial] Re: Null fields

2008-06-23 Thread Rohit Ghatol (Google)
Hi Prafulla, Make use of the Environment.supportsField to ensure these fields are supported by the Container. This is the link to the document describing the api - http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Environment.supportsField Thanks, Rohit On Jun 23, 10:37 am,

[OpenSocial] Re: Redirecting to a html page on a xml file.

2008-06-23 Thread Rohit Ghatol (Google)
Hi, You could also use some sort of JavaScript Obfuscator and JavaScript Minifier tools to make it difficult for someone to read and decode your javascript code. Thanks, Rohit On Jun 23, 8:04 am, "Kumar Majethia" <[EMAIL PROTECTED]> wrote: > David, > > You're going to have a tough time hiding yo

[OpenSocial] Re: Redirecting to a html page on a xml file.

2008-06-23 Thread David
Thanks guys! But, I don't want to hide anything, in fact I even post my html and Javascript in opensource enviroments. (OpenSource rules) What I need is my page to be show! I can paste my html from http://davidribeirolopes.googlepages.com/index.html into CDATA but there is a button in that page

[OpenSocial] Need help on Session Management in OS App

2008-06-23 Thread krishna chaitanya
Hi All I am new to Web App Devlopement. Need Help on following requirement. I am calling a PHP page from the os application. The php page is creating a new session for every page request. Suppose If I save some info in php session when first page is called I am not able to save it when I called

[OpenSocial] Getting permission denied error.

2008-06-23 Thread krishna chaitanya
Hi Issue: Not able to execute a javascript method from serverside code. window.parent.executeMethod() or top.executeMethod() in the server side code is returning permission denied error. Requirement == In a open social application I can fetch all the friends of the owner. Now my

[OpenSocial] How can I get all details [field values] of viewer.

2008-06-23 Thread Peter
Hi All, I am new to open social development. How can I get all fields values of viewer. Currently i am able to get THUMBNAIL_URL. When I am requesting for other fields eg: PROFILE_URL, getting only null value. my code is below: function loadFriends() { var req=opensocial.newDataRequest();

[OpenSocial] Re: How can I get all details [field values] of viewer.

2008-06-23 Thread prafulla
Hi Peter, Please refer to http://code.google.com/p/opensocial-resources/wiki/RequestingDetailedProfileInformation for information regarding the same. HTH, Prafulla On Jun 23, 6:31 pm, Peter <[EMAIL PROTECTED]> wrote: > Hi All, > > I am new to open social development. > > How can I get all fiel

[OpenSocial] Passing Parameters while installing application

2008-06-23 Thread prafulla
Hi, Could I please know if it is possible to pass parameters to an application through the url while installing an application. If yes, how can it be done ? TIA, Prafulla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[OpenSocial] Re: Need help on Session Management in OS App

2008-06-23 Thread Chris Chabot
PHP Sessions translate horribly to the Open Social model in my opinion. This is especially true when you realize that the application is installed on different people's pages ... ie on your own page (owner=John, viewer=john), on your friend's page (owner=Jane, viewer=John), and can also be

[OpenSocial] Re: Redirecting to a html page on a xml file.

2008-06-23 Thread Arne Roomann-Kurrik
Hi David, It sounds like makeRequest should be able to help you out here. You can makeRequest the first page and insert it into your gadget using the innerHTML property of an element on the page. You'll need to rewrite the link or remove it altogether, since it won't work when inserted into a

[OpenSocial] Re: Redirecting to a html page on a xml file.

2008-06-23 Thread David
Aw, I just figured out my app runs perfectly on IE, but it won´t work in FireFox! I guess thats probably not my fault then. With FireFox all I can see is my html code, in IE it runs. On 23 jun, 13:56, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi David, > >    It sounds like makeRequest s

[OpenSocial] pls help......very urg

2008-06-23 Thread Harikrishnan
Hai All Am new in open social ...Hw can we implement the all java scripts(message..mail.. etc java scripyts) in our application...am a asp.net programmer from trivandrum.i added that java scrpt(mesage.js)im my application in dirctle... in a

[OpenSocial] Sending emails

2008-06-23 Thread nitinkcv
Hi all, I'm in the process of creating an opensocial app wherein i would be requiring to send email to one of my friends in my friends list. Are there any examples available which might help me here? Thanks in advance, Nitin --~--~-~--~~~---~--~~ You received this

[OpenSocial] Help with Array !!!

2008-06-23 Thread Vinicius
what is wrong in the code?? not running this ... I tried this code ... use array pra register several keys dynamically and their values , help me plis !!! gadgets.util.registerOnLoadHandler(requestData); var htmlout = ""; var me = null; function AddData() { var req