[orkut-developer] Re: Probklem with Orkut sandbox

2008-02-09 Thread RAJA SEKHAR
you directly add app by http://sandbox.orkut.com/Myapps.aspx then u wil get link to add app after u add one app u will get that Raj On Feb 9, 2008 4:14 PM, Nare [EMAIL PROTECTED] wrote: Hi. I signed up for Orkut sandbox and got approval, but when I eneter sandbox there is no 'manage staff'

[orkut-developer] How to get the Nick Name or the Given Name of an user?

2008-02-09 Thread soujanya
viewer.getField(opensocial.Person.Field.NAME).getField(opensocial.Name.Field.UNSTRUCTURED); This is getting the FULL NAME of the user. How do i get the NICK_NAME or GIVEN_NAME?? Can i do this way .

[orkut-developer] OpenDiscussion for OS Developers.

2008-02-09 Thread [EMAIL PROTECTED]
Click on http://groups.google.com/group/opensocial-orkut/web/orkut-applications - or copy paste it into your browser's address bar if that doesn't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut

[orkut-developer] Re: OpenDiscussion for OS Developers.

2008-02-09 Thread Marc Wessely
cool thing, hope to find there some developers... 2008/2/9, [EMAIL PROTECTED] [EMAIL PROTECTED]: Click on http://groups.google.com/group/opensocial-orkut/web/orkut-applications - or copy paste it into your browser's address bar if that doesn't work.

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

2008-02-09 Thread Arne Roomann-Kurrik
When you use gadgets.io.RequestParameters.CONTENT_TYPE does the request return a DOM element? I try to encourage people to use the enumeration types vs. the string literals for these values. If the string value changes, it can be very hard to debug your program. ~Arne On Feb 8, 2008 11:22

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

2008-02-09 Thread Arne Roomann-Kurrik
Hi Nikhil, Use the following code to request navigation between views: gadgets.views.requestNavigateTo(new gadgets.views.View(profile)); or gadgets.views.requestNavigateTo(new gadgets.views.View(canvas)); Make sure you have require feature=views specified as well. Hope this helps, ~Arne

[orkut-developer] Re: bpc=1 not working?

2008-02-09 Thread Arne Roomann-Kurrik
Hi Newton, This bug has been reported. Thanks! ~Arne On Feb 9, 2008 3:46 PM, the1geek [EMAIL PROTECTED] wrote: It's working. The problem was it used to not have the default thumbnail url for member who has not provided with a profile photo, so i checked for undefined property and i

[orkut-developer] Re: v0.7 in Orkut is too limiting!

2008-02-09 Thread Arne Roomann-Kurrik
Hi Newton, That's correct. This policy was put into effect with the 0.7 push. ~Arne On Feb 9, 2008 4:46 PM, the1geek [EMAIL PROTECTED] wrote: Hi Arne, In v0.6, the viewer's friends did not have to install the apps. ~newton On Feb 9, 4:25 pm, Arne Roomann-Kurrik [EMAIL PROTECTED]