[OpenSocial] Re: can I use jquery in OpenSocial Application Development

2009-08-26 Thread THLopes
Yeah, you can use jQuery, just need to include it in the CDATA section. Ajax/remote calls don't work (use makeRequest instead), but everything else does, even using jQuery UI and plugins. On Aug 25, 9:47 am, lauthiamkok lau.thiam...@googlemail.com wrote: Hi, I just started learning this and

[OpenSocial] Reading my profile data in orkut using OpenSocial API

2009-08-26 Thread Nishanth Nair
Can u please direct me to a document or something where I can find a way to use OpenSocial APIs to write a program which will read all information in my profile using my user name and password? --~--~-~--~~~---~--~~ You received this message because you are

[OpenSocial] Re: can I use jquery in OpenSocial Application Development

2009-08-26 Thread Sirius
there is a opensocial plugin of jquery http://code.google.com/p/opensocial-jquery/ On Aug 25, 8:47 pm, lauthiamkok lau.thiam...@googlemail.com wrote: Hi, I just started learning this and I have read this from wikipedia, Based on HTML and JavaScript, as well as the Google Gadgets framework,

[OpenSocial] Re: How to track cursor position when it's outside my gadget's window?

2009-08-26 Thread Arne Roomann-Kurrik
As far as I know, this isn't possible due to the iframe restriction on gadgets. Since the gadget runs inside of an iframe, you would normally need to use window.top.onmousemove, but since the iframe and parent window run in separate domains, browsers will keep you from listening to the parent

[OpenSocial] Re: 'opensocial is not defined'

2009-08-26 Thread Robson Dantas
Can you post the entire gadget ? I think that you forgot to include the opensocial feature: Example: ?xml version=1.0 encoding=UTF-8? Module ModulePrefs title=Gifts parte 0 - Iniciando *Require feature=opensocial-0.8/* /ModulePrefs Content type=html ![CDATA[ ]] /Content

[OpenSocial] Re: Full screen

2009-08-26 Thread Robson Dantas
You can use javascript and make a modal, but you can´t open a full screen mode, since you need the container to render your app. Regards, -Robson 2009/8/24 ankit bhatnagar abhatna...@gmail.com Hi , I am working on creating my own Gadget. How can I provide the option of FULL Screen view

[OpenSocial] Re: Implement Oauth in orkut

2009-08-26 Thread Arne Roomann-Kurrik
Can you explain what you mean by need to have the authorization for it? If you mean validating signed makeRequest calls from orkut to your server, then you could write something similar to the code listed here:

[OpenSocial] Analytics in APP

2009-08-26 Thread Rafaleco
How Can I put the Analytics in App ??? Please, I Did the same things are discribed in Analytics page, but doesn't work. Tks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OpenSocial Application Development group.

[OpenSocial] Analytics in APP

2009-08-26 Thread Rafaleco
How Can I put the Analytics in App ??? Please, I Did the same things are discribed in Analytics page, but doesn't work. Tks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups OpenSocial Application Development group.

[OpenSocial] Re: Reading my profile data in orkut using OpenSocial API

2009-08-26 Thread Nishanth Nair
Thanks Robson. I was really looking at a .NET solution to read data from all the Social Networking sites and collate it . Now I am looking at Raya and Pesta. Can someone confirm that I am moving in the right direction? On Thu, Aug 27, 2009 at 12:09 AM, Robson Dantas biu.dan...@gmail.comwrote: I