[OpenSocial] Re: javascript

2008-01-03 Thread Reinoud Elhorst
Please see here: http://groups.google.com/group/opensocial-api/browse_thread/thread/8d15194f27282790?hl=en, I believe it's the same question. On 1/3/08, Dashrath Bitla [EMAIL PROTECTED] wrote: Arne, Is it possible with the current version of open social? I'd like to display the data of

[OpenSocial] Re: javascript

2008-01-03 Thread Keith J Pittner
Upon further review of your post I am wondering: 1. where does the opensocial application live 2. does it matter where the code lives that accesses the opensocial api --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[OpenSocial] Re: javascript

2008-01-03 Thread Dashrath Bitla
Orkut, Hi5, Ning are OpenSocial Containers. The container is the place you can deploy the application, also the container supports these published OpenSocial APIs On Jan 3, 2008 5:44 PM, Keith J Pittner [EMAIL PROTECTED] wrote: Maybe I don't understand the definition of a container? --

[OpenSocial] Re: javascript

2008-01-03 Thread Dashrath Bitla
yes hopefully when its available and if its available. On Jan 3, 2008 5:54 PM, Keith J Pittner [EMAIL PROTECTED] wrote: So the DATA API will be talking to the OpenSocial Containers and your App will be talking to the DATA API once it becomes available? If correct, I assume that the DATA API

[OpenSocial] Videos on Software Development Testing - http://video.learnedvalue.com

2008-01-03 Thread stevesja
Hi, Have you ever watched videos to learn more about Software Development Testing? http://Video.LearnedValue.com offers plenty of learning videos on various subjects. If you are interested, you can have a look at ttp://video.learnedvalue.com/index.php?cat=5 Searching for videos on Software

[OpenSocial] Re: opensocial is not defined (still!)

2008-01-03 Thread babygodzilla
I too am having this problem, and all I did was copy paste the sample code from the tutorial. My gadget lives here: http://hosting.gmodules.com/ig/gadgets/file/106941256598760585348/osTest.xml On Dec 5 2007, 9:56 am, Arne Roomann-Kurrik (Google) [EMAIL PROTECTED] wrote: IE is

[OpenSocial] opensocial api

2008-01-03 Thread Keith J Pittner
Is this a matter of Google, and whoever else, working on the opensocial api while waiting for the social networking sites to implement the containers that will then make the info available to Google? --~--~-~--~~~---~--~~ You received this message because you are

[OpenSocial] Re: opensocial api

2008-01-03 Thread Arne Roomann-Kurrik (Google)
Hi Keith, I'm not sure I completely understand your question. The purpose of OpenSocial is to help standardize application development across multiple social networks. We don't require anyone to share data back with us to take part of OpenSocial - in fact, there will be many cases where a

[OpenSocial] Re: Facebook translation

2008-01-03 Thread Arne Roomann-Kurrik (Google)
Hi Jonathan, Facebook's API is quite different from OpenSocial's. I imagine that conversion between the two will be quite different for each application, depending on how you structure your program. Your best bet is probably to work through a couple sample applications for OpenSocial, then

[OpenSocial] Re: javascript

2008-01-03 Thread Arne Roomann-Kurrik (Google)
Hi Keith, On Jan 3, 5:07 am, Keith J Pittner [EMAIL PROTECTED] wrote: So, in an effort to not have any javascript running in the browser, I want to: 1. make a servlet that talks with the DATA API to provide credentials, get any and all info from any and all containers 2. organize all of the

[OpenSocial] get number of friends?

2008-01-03 Thread babygodzilla
Hello all, I'm trying to follow the tutorial to make a gadget on Orkut, and I was told that at the moment OpenSocial v.0.6. does not work, only v.0.5. So my question is, is there a way to get the number of friends the viewer or owner has? Because the sample application is supposed to make a link

[OpenSocial] Re: get number of friends?

2008-01-03 Thread Adam
The supported way to get this in the API is the getTotalSize() method on the Collection of Person objects in the response after a newFetchPeopleRequest(VIEWER_FRIENDS) or newFetchPeopleRequest(OWNER_FRIENDS). I don't see anything obviously amiss in your gadget code. On Jan 3, 3:20 pm,

[OpenSocial] Re: get number of friends?

2008-01-03 Thread Adam
The reason why you're only seeing one friend in the Orkut sandbox is quite likely what's explained in this thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/22b8226f84bd9bee On Jan 3, 4:19 pm, Adam [EMAIL PROTECTED] wrote: The supported way to get this in the API is

[OpenSocial] JS dependencies missing from both 0.5 and 0.6 (error 404)

2008-01-03 Thread GTPilot
When creating a very simple opensocial application, I get the following console errors in firebug: _onUnLoadPageLatHandler is not defined opensocial is not defined I've traced the issue down to error 404 on the following JS files: http://img0.gmodules.com/46/o/0.6/opensocial.js

[OpenSocial] Re: get number of friends?

2008-01-03 Thread babygodzilla
h well I contacted people through the Orkut Sandbox community, so I just assumed that all of those people are whitelisted already. I suppose it is possible that some aren't. Thank you! On Jan 3, 4:24 pm, Adam [EMAIL PROTECTED] wrote: The reason why you're only seeing one friend in the