[orkut-developer] Getting Sandbox Acccess on Orkut

2008-02-18 Thread sujam
I got email from Google Developer Program saying my sandbox has been setup. I login to my Orkut Account and see a "Manage Stuff" on the left. Under that link all I see is "Add feeds to your profile", nothing to add apps. I want to get my first App live and test it out. I have emailed Google Deve

[orkut-developer] Message to scrap via an Orkut application

2008-02-18 Thread Mark Otero
Is there a way to send a friend (or two) a scrap message directly from an Orkut OpenSocial application? I recall Google agreeing to add this because the activity feed - for the most part - is not the most efficient and accurate way to send a friend a message. I'm not talking about a scrap-extens

[orkut-developer] Re: Problem with the persistence of data newUpdatePersonAppDataRequest

2008-02-18 Thread Pedro Teixeira
Can you state what was the problem? I'm currently getting inconsistent Unauthorized erros with newUpdatePersonAppDataRequest. cheers, Pedro On Jan 31, 1:22 pm, "Tiago Takamoto" <[EMAIL PROTECTED]> wrote: > Ops My Bad, that was not the problem... --~--~-~--~~~---~

[orkut-developer] asArray().sort doesn't pass to callback when you're not the developer of the app

2008-02-18 Thread Jesse Stay
I'm trying this code: var ownerFriends = data.get('ownerFriends').getData(); ownerFriends.asArray().sort(sortByDistance); and then I run some console.debugs in the sortByDistance callback function. The callback function gets executed when I'm either the developer and owner of the app, or the view

[orkut-developer] Re: xoauth_signature_publickey

2008-02-18 Thread Alex E
Nevermind, just found the answer to my question on the wiki: "Updated The location of the certificate on Orkut's server is purposefully not machine computable. You should not write code to automatically fetch new certificates from Orkut's server, as there is no way to automaticaly determine wheth

[orkut-developer] Re: xoauth_signature_publickey

2008-02-18 Thread Alex E
Why doesn't the parameter contain the full URL of the key file? Surely it won't be served off of the sandbox forever, right? Alex On Jan 24, 11:27 am, "Arne Roomann-Kurrik (Google)" <[EMAIL PROTECTED]> wrote: > Hi David and Pacheco, > > Currently the signed request specifies the file: pub. > 119

[orkut-developer] Re: Join the orkut-announce group to receive email updates

2008-02-18 Thread Jesse Stay
Awesome Lane - thanks for listening! Jesse On Feb 18, 2008 12:47 PM, Lane LiaBraaten (Google) <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > We've created a new group to keep you up to date on developing > applications for Orkut. This group will be used to send updates on > new features, bug f

[orkut-developer] Join the orkut-announce group to receive email updates

2008-02-18 Thread Lane LiaBraaten (Google)
Hi Everyone, We've created a new group to keep you up to date on developing applications for Orkut. This group will be used to send updates on new features, bug fixes, and sandbox status to Orkut developers. Only group managers can post messages here, so it will be a low volume mailing list. T

[orkut-developer] Re: Orkut Guarantee for privacy of relayed data from my site

2008-02-18 Thread weber1
This was posted on the weekend Any clarification possibly from google guys? On Feb 16, 4:20 pm, weber1 <[EMAIL PROTECTED]> wrote: > Hi, > > Did you think about the fact that any data your app communicates > through the Orkut container to your own servers is visible to Orkut? > (Think of the d

[orkut-developer] Re: Escaping characters (foreign language accents) in Gadget

2008-02-18 Thread Mike Digital Egg
Hi Christopher, We had the same problem with our app, the following code worked for us: echo mb_convert_encoding($string, 'HTML-ENTITIES', 'UTF-8') Hope this helps Mike www.learnitlists.com On Feb 18, 6:56 pm, Markitecht <[EMAIL PROTECTED]> wrote: > What's the best way to escape characters l

[orkut-developer] Escaping characters (foreign language accents) in Gadget

2008-02-18 Thread Markitecht
What's the best way to escape characters like: â, á, à etc... in a gadget file. I have tried '\' and cdata to no avail... thanks, Christopher --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" gr

[orkut-developer] Re: Moving from 'profile' to 'canvas' view?

2008-02-18 Thread Jerome
I have logged the issue: http://code.google.com/p/opensocial-resources/issues/detail?id=44&colspec=ID%20Type%20Container%20Stars%20Summary%20Status Jerome On Feb 18, 9:09 am, Jerome <[EMAIL PROTECTED]> wrote: > Hmmm... that's weird. Before posting here last night, I verified in > the "CodeRunner

[orkut-developer] Re: Moving from 'profile' to 'canvas' view?

2008-02-18 Thread Jesse Stay
I really think Orkut needs a developer updates and announcements list or feed (or both) where they can notify us when pushes are being made and changes are being pushed out. Facebook has this, and it's extremely helpful to prepare for so we can come back and notify them if something broke because

[orkut-developer] Re: incorrect THUMBNAIL_URL for people without photos

2008-02-18 Thread Jesse Stay
I posted a bug report about this - be sure to check the issues and star it so it gets bumped up in priority. Jesse On Feb 18, 2008 8:08 AM, Rohit Kumar <[EMAIL PROTECTED]> wrote: > > For owner who doesnt have photo uploaded onto orkut > > owner.getField(opensocial.Person.Field.THUMBNAIL_URL) ret

[orkut-developer] Re: Moving from 'profile' to 'canvas' view?

2008-02-18 Thread Jerome
Hmmm... that's weird. Before posting here last night, I verified in the "CodeRunner (0.7)" gadget that the function with the enum I posted above took me to the Canvas. I just tried again, and now I am getting an error too. Jerome On Feb 18, 5:52 am, Mark Otero <[EMAIL PROTECTED]> wrote: > Hi Jer

[orkut-developer] incorrect THUMBNAIL_URL for people without photos

2008-02-18 Thread Rohit Kumar
For owner who doesnt have photo uploaded onto orkut owner.getField(opensocial.Person.Field.THUMBNAIL_URL) returns: http://img3.orkut.com/images/img/i_nophoto128.gif which image does not exist. Please look into the problem. Thanks, Rohit Kumar www.toostep.com --~--~-~--~~--

[orkut-developer] Re: Can't install App

2008-02-18 Thread Mark Otero
Felipe - i had the same problem. what i had to do was "remove" all the installed applications, first. then, try to install your app. I hope this helps. On Feb 16, 4:12 am, Felipe Cepriano <[EMAIL PROTECTED]> wrote: > I'm trying to install a App (http://felipecn.com/orkut/flickr.xml) on > the

[orkut-developer] Re: Moving from 'profile' to 'canvas' view?

2008-02-18 Thread Mark Otero
I completely agree. I have spent the greater part of this weekend with my team working on finishing a single Orkut application. It seems, and feels like, we hit a road block every other hour. Many - if not most - of these could have been mitigated had we had access to accurate information on wh

[orkut-developer] Re: No apps menu in sandbox

2008-02-18 Thread Tiago Takamoto
Hi manu, Use the http://sandbox.orkut.com/MyApps.aspx to install new apps. That's a bug that will be fixed soon. Regards, Takamoto On Feb 18, 2008 9:14 AM, <[EMAIL PROTECTED]> wrote: > > When I added the application back, the apps menu was restored. > > On Feb 18, 4:10 pm, [EMAIL PROTECTED] wr

[orkut-developer] Re: Moving from 'profile' to 'canvas' view?

2008-02-18 Thread Jelena Kolokotronis
I think we really need some sort of up-to-date list of fully/partially/not implemented feature list on orkut... Issues tracker doesn't have everything (obviously) and it's really frustrating wasting hours on something that simply isn't complete or working as it should... Mark Otero wrote: > Hi

[orkut-developer] Re: Moving from 'profile' to 'canvas' view?

2008-02-18 Thread Mark Otero
Hi Jerome, Thank you for the reply. However, the solution that you provided does not work. I checked "Firebug" and it appears that the function gadgets.views.requestNavigateTo(...) is not fully implemented. Here's the Javascript: return { 1751 requestNavigateTo : function(view, opt_params) {

[orkut-developer] Re: No apps menu in sandbox

2008-02-18 Thread manu . 1982
When I added the application back, the apps menu was restored. On Feb 18, 4:10 pm, [EMAIL PROTECTED] wrote: > The apps menu on the left in the sandbox is no longer appearing for > me. I removed all my apps > but the apps menu is still not restored. Any ideas ? > > -- > Manu --~--~-~--~---

[orkut-developer] No apps menu in sandbox

2008-02-18 Thread manu . 1982
The apps menu on the left in the sandbox is no longer appearing for me. I removed all my apps but the apps menu is still not restored. Any ideas ? -- Manu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Develo