[orkut-developer] opensocial.activity

2008-02-07 Thread [EMAIL PROTECTED]
Hi, Has anyone found opensocial.Activity working on Api v0.7 on orkut? I tried to send updates as examples metioned in the following link http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Activity.html Code I used is function sendActivityStream(){ var activity =

[orkut-developer] Re: How to fetch XML using gadgets.io.makeRequest ?

2008-02-07 Thread Tiago Takamoto
Hi, I don't know the difference between gadgets.io.makeRequest and gadgets,makeRequest but the example here: http://code.google.com/apis/opensocial/docs/0.6/devguide.html#XML works fine to me. Hope that I help. Takamoto On Feb 7, 2008 6:28 AM, :nikhil_gupte [EMAIL PROTECTED] wrote: Ive'

[orkut-developer] Re: What happened with sandbox?

2008-02-07 Thread Tiago Takamoto
Hi Arne, Yesterday I saw again the apps at 18:00 but some funcionalities aren't working anymore. - _IG_fetchXMLContent (must be changed to opensocial.makeRequest); and - environment.getSurface() don't work anymore in opensocial v0.6; For while that's my first impression so I'm not 100% about

[orkut-developer] Re: How to fetch XML using gadgets.io.makeRequest ?

2008-02-07 Thread :nikhil_gupte
That is for 0.6. I need to use 0.7 i.e. with gadgets.io.makeRequest On Feb 7, 4:18 pm, Tiago Takamoto [EMAIL PROTECTED] wrote: Hi, I don't know the difference between gadgets.io.makeRequest and gadgets,makeRequest but the example

[orkut-developer] Re: How to fetch XML using gadgets.io.makeRequest ?

2008-02-07 Thread Tiago Takamoto
Hi, I got it, but when I tried the 0.7 with Require feature=io / I received that the feature is not available. Thanks for explain. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To

[orkut-developer] Re: gadgets.window.adjustHeight not working

2008-02-07 Thread Jim
not working for me too On Feb 7, 5:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am trying to use gadgets.window.adjustHeight to increase the size of my iframe (http://code.google.com/apis/gadgets/docs/reference/gadgets.window.htm...). But the iframe height stays at 600px.

[orkut-developer] Re: OpenSocial v0.7 is live on sandbox.orkut.com

2008-02-07 Thread Jerome
Thanks I feel better now I thought I was the only one. Unfortunately this is blocker for me since I can't see my latest changes to my files, makes it impossible to progress for me. Hopefully they'll have a fix soon, going to the Hackathon and hoping to make some progress there for sur. On Feb

[orkut-developer] New Error in makeRequest

2008-02-07 Thread [EMAIL PROTECTED]
I have suddenly started getting the following error in makeRequest Error: [Exception... Not enough arguments nsresult: 0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS) my call is as below gadgets.io.makeRequest('URL', function (response) {alert(response);}, {'methodType' : 'POST', 'contentType' :

[orkut-developer] Re: Orkut Hackathon 2/7-8 and 2/14-15

2008-02-07 Thread Arne Roomann-Kurrik
Hi Lalit, We're encouraging developers to sit in on the IRC channel during the hackathons. There's not that much activity right now, but I'm keeping an eye out, so please feel free to join there. More information about the IRC channel:

[orkut-developer] Activities in 0.7

2008-02-07 Thread Vanessa
Hi, I'm trying out activities on opensocial 0.7. At first I tried to follow API's reference guide but it seems to be too focused on the message bundle (which is pretty cool) but lacks a wrapped up example of bundle and activities together on a gadget. So I tried to build a simple activity

[orkut-developer] Re: gadget.io.makeRequest

2008-02-07 Thread Cinthya Ruys
This returns the error for me: INTERNAL_SERVER_ERROR java.lang.RuntimeException: com.google.net.fastnet.FastNetServiceException: Error talking to FastNetService: RPC_FAILED. Request: RequestType: 1 Url: http://myurl.com; RequestHeader { Key: Cache-Control Value: private } NumRedirects: 5

[orkut-developer] confusion regarding requestSendMessage

2008-02-07 Thread paps
Hi all, Has any one used this feature?? I have a small(big) confusion...;) it allows to send four type of messages, public, private, notification and emails... My question is... does this allow me to send message to the container??? i mean.. Can i write to anybody's

[orkut-developer] Request for Developer's Guide v0.7

2008-02-07 Thread [EMAIL PROTECTED]
Google Team, Since there are so many new features and changes in v0.7 I request you to publish a developer's guide for the new version like you had done for v0.6 (http://code.google.com/apis/opensocial/docs/0.6/ devguide.html). This would really help us all to implement the new features and

[orkut-developer] RE: Wish to attend Thurday 7 February 2008 - and February 14-15 are also available

2008-02-07 Thread Adam Glickman
Hello Orkut Team and thanks for letting my group's project in. I look forward to moving our sketched game into even a basic code framework. We look forward to the learning curve ahead. Tomorrow 2/8 Diana Hagerty and I will be able to attend. What is the schedule and attendance info? Is the

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-07 Thread Jason
Raja and Tiago, do you see an Apps heading on the left of the sandbox? The recent Orkut push reorganized the navigation to bit and the manage my stuff link was replaced by a dedicated Apps section. Applications are now added by clicking the edit link to the right of the Apps heading. If you

[orkut-developer] Re: Problem with gadgets.views.getParams() ??

2008-02-07 Thread Jason
Hi Jim. According to the updated specification, gadgets.views.getParams() returns only those parameters passed into gadgets.views.requestNavigateTo() -- all other URL parameters are ignored. Is there any way you can implement your gadget's functionality without these parameters? If you provide

[orkut-developer] Re: confusion regarding requestSendMessage

2008-02-07 Thread Jason
Hi Paps. Orkut's Sandbox does not implement the opensocial.requestSendMessage() method; you should receive an error message affirming this when you try to use it. That said, other OpenSocial containers that support the updated specification should be able to implement this method as indicated in

[orkut-developer] Re: gadget.io.makeRequest

2008-02-07 Thread Jason
Hi. Can you provide any more information regarding how you're using makeRequest()? A snippet of source code that is either failing or producing the error above will go a long way toward helping us debug the problem. Thanks! By the by, the following Wiki page has several sample snippets that

[orkut-developer] profile url

2008-02-07 Thread Vlad Katz
is this still the correct way to get a users profile? var profile = gadgets.util.getUrlParameters()[parent] + viewer.getField(opensocial.Person.Field.PROFILE_URL); this gives me something like:

[orkut-developer] Re: profile url

2008-02-07 Thread puneet jaiswal
to get profile url try this: var profile_url1 = viewer.getField(opensocial.Person.Field.PROFILE_URL); var regex= /uid=([^#]+)/; var resvar uid_viewer = result1[1]; url1 = profile_url1.match(regex); var thumb1 =viewer.getField(opensocial.Person.Field.THUMBNAIL_URL);

[orkut-developer] Re: Problem with gadgets.views.getParams() ??

2008-02-07 Thread Jim
Thanks a lot mate ;) But it seems to be the gadgets.views.requestNavigateTo() is not working!! I tried the following code... var views = gadgets.views.getSupportedViews(); gadgets.views.requestNavigateTo(views.canvas,'key1=value1') I can see some request is going (with

[orkut-developer] Re: Problem with gadgets.views.getParams() ??

2008-02-07 Thread Jerome
I had the same problem this afternoon during the Hackathon, the bug has been reported to the engineer. jerome On Feb 7, 9:38 pm, Jim [EMAIL PROTECTED] wrote: Thanks a lot mate ;) But it seems to be the gadgets.views.requestNavigateTo() is not working!! I tried the following code...