[orkut-developer] Announcing OpenSocial hackathon -- London, England, April 6th, 2008

2008-03-31 Thread Jason
There's nothing like a good old-fashioned OpenSocial hackathon to start your April off right. Coming up this Sunday, April 6th, OpenSocial developers are invited to meet in London and hack away. Googlers will be on hand to work with you as you code and to answer any questions you may have on Open

[orkut-developer] Re: How do I link to a friend's profile page and display it full-window?

2008-03-31 Thread KJ
You can make the link open in a new window by using the target attribute: http://example.com/profile_url"; target="_blank">Keaka's Profile On Mar 31, 2:43 pm, mattes <[EMAIL PROTECTED]> wrote: > Hi, > when I link to a friend's profile URL inside my opensocial > application, and the user clicks on

[orkut-developer] Re: test accounts

2008-03-31 Thread Jason
I believe you'll need one Google Account (email address) per test profile. - Jason On Mar 31, 3:05 pm, "Marc Wessely" <[EMAIL PROTECTED]> wrote: > also with same email, do i need several email adresses for the account > names? > > 2008/3/31, Jason <[EMAIL PROTECTED]>: > > > > > Hi marc. Yes, you

[orkut-developer] bpc=1 broken again?

2008-03-31 Thread [EMAIL PROTECTED]
When I try to use bpc=1 the orkut seems to hang then returns with "There was an error displaying this application." --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group,

[orkut-developer] Re: test accounts

2008-03-31 Thread Marc Wessely
also with same email, do i need several email adresses for the account names? 2008/3/31, Jason <[EMAIL PROTECTED]>: > > > Hi marc. Yes, you may create several accounts for testing and get them > whitelisted for sandbox access here: > > http://code.google.com/support/opensocialsignup/ > > - Jason >

[orkut-developer] How do I link to a friend's profile page and display it full-window?

2008-03-31 Thread mattes
Hi, when I link to a friend's profile URL inside my opensocial application, and the user clicks on that link, my friend's profile page is shown inside the iframe of my opensocial app, not in the whole browser window. How do I write the link so that it appears in the full window instead of inside

[orkut-developer] firebug lite

2008-03-31 Thread Marshall
Is there a path on sandbox.orkut.com to a firebug.js file so we can use Firebug Lite to troubleshoot IE? From what I understand this file needs to be on the same server as the one hosting the uploaded xml file. If this doesn't exist, any workarounds would be appreciated so it will be possible to

[orkut-developer] Re: Javascript error in opensocial-0.7.js

2008-03-31 Thread mattes
Hi Jason, today, the effect is gone and the app works well except a performance problem that I posted in another message. If you want to have a look: http://www.services-at-work.biz/schokoweb-0.1/js/opensocial/schokostoff.xml is the URL of the app. Cheers Matthias On 31 Mrz., 20:27, Jason <[EMA

[orkut-developer] Proxy URL taking extremely long to respond

2008-03-31 Thread mattes
Hi, when I reload my Orkut profile page with one opensocial app installed, the app takes VERY long to load. When I look at the "Net" tab in Firebug, I find that this is the problem: http://3b29rgblk6dgq1hmfc4tb76oe4amd6mu.a.orkut.gmodules.com/46/o/ig/proxy?output=js&authz=&headers=&httpMethod=GET

[orkut-developer] Signature error, Orkut dropping all post params starting with opensocial_

2008-03-31 Thread pico
Maybe I missed it in the spec, but am I not allowed to use opensocial_foobar in the application parameter name? os_params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; os_params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.HTML;

[orkut-developer] Re: I NEED A SERIOUS HELP

2008-03-31 Thread arihant
Everything fixed. Submitted the app yesterday. Actually I was developing for facebook for quiet long now and its just that you get used to one platform and have little messy feeling when you move on to anoher. So it took a while to get into the groove. Everything seems working now and it looks fab

[orkut-developer] Signature error, Orkut dropping params with square brackets and parens

2008-03-31 Thread pico
I'm doing makeRequests with post params containing square brackets and parens (because I'm working in Rails). Like so: os_params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; os_params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentTy

[orkut-developer] Re: Not getting content from my Server

2008-03-31 Thread Jason
Hi. Can you provide the URL of your app? There have been several reports regarding this issue, and the team is looking into it. In the meantime, can you file a new issue in the public tracker including the location of your app? Thanks. http://code.google.com/p/opensocial-resources/wiki/IssuesTab

[orkut-developer] Re: Sending Invitation to friends using requestShareApp

2008-03-31 Thread Jason
Hi. opensocial.requestShareApp() is not currently implemented in orkut, but a request is already open in the public issue tracker: http://code.google.com/p/opensocial-resources/issues/detail?id=34 Feel free to star the issue to subscribe to future status updates. - Jason On Mar 29, 8:40 am, Sh

[orkut-developer] Re: test accounts

2008-03-31 Thread Jason
Hi marc. Yes, you may create several accounts for testing and get them whitelisted for sandbox access here: http://code.google.com/support/opensocialsignup/ - Jason On Mar 29, 8:24 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > As i want to test my app due to social behaviour it w

[orkut-developer] Re: dynamically add tabs

2008-03-31 Thread Jason
Hi marc. With the new gadgets namespace, the original tab library has been split into two parts: gadgets.Tab and gadgets.TabSet. The latter has functions for adding and removing tabs at runtime: http://code.google.com/apis/opensocial/docs/0.7/reference/gadgets.TabSet.html Cheers! - Jason On Mar

[orkut-developer] Re: Javascript error in opensocial-0.7.js

2008-03-31 Thread Jason
Hi Matthias. Can you provide the URL of your application? - Jason On Mar 29, 6:21 am, mattes <[EMAIL PROTECTED]> wrote: > Hi, > today, I got this error message in Firebug: > > unknown idspec type undefined > function(a,b){var c={id:a,profileDetail:b[os_sb]};return new > os_8(os_Pe,c,os_Se)... >

[orkut-developer] Re: I NEED A SERIOUS HELP

2008-03-31 Thread Jason
Hi. 1. Can you clarify what you mean by "COMPLETELY" here? To remove an application from your profile only, navigate to http://sandbox.orkut.com/MyApps.aspx and click "remove" next to the app name. 2. To edit your application's name or description, modify the "title" and "description" attribute

[orkut-developer] Re: "Not Found; Error 404"

2008-03-31 Thread [EMAIL PROTECTED]
Alright. So here's the deal. I am actively looking at the virtual server host/port. Even though orkut is hitting resources:10080, somehow my server thinks they are requesting resources:80. So the sub urls that I'm generating are totally messed up.. (since the gadget def I gave orkut doesn't ha

[orkut-developer] Re: Sandbox broken ?

2008-03-31 Thread Jason
Hi Flora. Where is your app located? Is this an intermittent issue? Are you able to add your application successfully after repeated attempts or do you see the error every time you try? Either way, please file a new issue in the public tracker and I'll verify. Thanks. http://code.google.com/p/op

[orkut-developer] Re: Signed requests error using oauth-ruby [Neither PUB key nor PRIV key]

2008-03-31 Thread Vikram
Hi Nikhil, I was getting the following NoMethodError (the very same error you were getting) when trying to do OAuth::Signature.verify(request) in my rails application undefined method `consumer' for # I saw your post reporting that it is a bug in sha1.rb for it to be using request.consume

[orkut-developer] Re: Signed requests error using oauth-ruby [Neither PUB key nor PRIV key]

2008-03-31 Thread Vikram
Hi Nikhil, I was getting the following NoMethodError (the very same error you were getting) when trying to do OAuth::Signature.verify(request) in my rails application undefined method `consumer' for # I saw your post reporting that it is a bug in sha1.rb for it to be using request.consume

[orkut-developer] Re: Problem With Activities (Activities not sent to friends) - Please fix

2008-03-31 Thread Raj
Hi Jason, I tried the Activity Generator sample application which you have mentioned, even in this app activity is not sent to my friends. But I was able to see the activity created in my updates. (Activity is created but not sent to friends). Please assist. Raj *Snippet of my code*

[orkut-developer] Re: "Not Found; Error 404"

2008-03-31 Thread Jelena Kolokotronis
Hu? Where did you get that? I'm running from dev server on port 9234. Orkut is not stripping port numbers (MySpace is forbidding anything outside 80, so you might want to use apache forwarding anyway). You must've missed something with those urls again... or there's other kind of problem. I put