[OpenSocial] Java devloper: need help

2008-01-31 Thread anand
Hi 2 all, Is there any possibility to get the profile information of any users( within my friendlist) from java client aplication? or is there any suitable method for doing this .. I want to fetch orkut data( profile information, get user etc) from client application ei

[OpenSocial] Re: Orkut on IE

2008-01-31 Thread Shoban
hey sorry!! I forgot to subscribe this topic and lost track of this one?? R u still facing the issue? On Jan 23, 3:09 pm, Kallol Borah <[EMAIL PROTECTED]> wrote: > Shoban, thanks for offering to help. I get a blank screen when I run > the following code > > > - > - > > > - > - > - >

[OpenSocial] not able to add application

2008-01-31 Thread Buddy
Hi, whenever i'm logging into orkut account with http://sandbox.orkut.com. earliar it was showing one tag to add Aplication in ur account. but now its not there. why it is so? Thanks, Ashish --~--~-~--~~~---~--~~ You received this message because you are subscribe

[OpenSocial] Re: Validating Signed Requests from Orkut

2008-01-31 Thread Reinoud Elhorst
It depends what you mean by "this". Checking an oauth signature should not be a problem in any language. I'm sure there are oAuth libraries for java, and if not creating one would be rather simple. All it is is some url encoding and checking a private/public key signature. On 1/31/08, Parag Dhan

[OpenSocial] Re: Validating Signed Requests from Orkut

2008-01-31 Thread Parag Dhanuka
Can this be done with Java as well? I saw an OAuth java library which seems to be doing some of what oauth.php does but still wanted to know if this can be done or I ll have to resort to php On Jan 31, 2008 6:05 PM, Reinoud Elhorst <[EMAIL PROTECTED]> wrote: > That is indeed how it should work, n

[OpenSocial] Re: Problem with the persistence of data newUpdatePersonAppDataRequest

2008-01-31 Thread Tiago Takamoto
Ops My Bad, that was not the problem... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Discussion" group. To post to this group, send email to opensocial-orkut@googlegroups.com To unsubscribe from this gro

[OpenSocial] Problem with the persistence of data newUpdatePersonAppDataRequest

2008-01-31 Thread Tiago Takamoto
Hi everyone, I'm having problem with the persistence of data, always when I tried sent information to be stored I receive the response "Unatorized" and it just work if I send a string with a simples cotation mark like 'string'. If I use double cotation Marks it doesn't work ("string"). Any

[OpenSocial] Required help on posting data using makerequest()

2008-01-31 Thread [EMAIL PROTECTED]
Hi Arne, I need help me on posting variables to a server side file using makerequest() Suppose I have 2 variables 'A' and 'B' to be posted How do I exactly pass these variable to the function below??? opensocial.makeRequest('URL', function (response) { alert(respons

[OpenSocial] Re: Validating Signed Requests from Orkut

2008-01-31 Thread Reinoud Elhorst
That is indeed how it should work, not sure whether it actually works that way on Orkut right now. On 1/31/08, JohnE <[EMAIL PROTECTED]> wrote: > > > Hi, > > Then, if the viewer allowed your information to be shared (as not > anonymous), the restricted information as ViewerID will be sent to the >

[OpenSocial] Re: Validating Signed Requests from Orkut

2008-01-31 Thread JohnE
Hi, Then, if the viewer allowed your information to be shared (as not anonymous), the restricted information as ViewerID will be sent to the third party server authenticated by OAuth? Thanks On Jan 30, 10:56 pm, "Arne Roomann-Kurrik (Google)" <[EMAIL PROTECTED]> wrote: > ViewerID is a field tha

[OpenSocial] Re: Orkut updates may cause flakiness (1/28/2008)

2008-01-31 Thread the1geek
For some unknown reason when you try to launch the apps on the canvas you'll more likely get the 'No Donut for you' error. However if you click on the apps listing on the left navigation-menu bar, it loads fine. ~newton On Jan 29, 10:31 pm, shravster <[EMAIL PROTECTED]> wrote: > Hi, > > I have

[OpenSocial] java client application for orkut

2008-01-31 Thread anand
Hi 2 all, Is there any possibility to get the profile information of any users( within my friendlist) from java client aplication? or is there any suitable method for doing this .. I want to fetch orkut data( profile information, get user etc) from client application ei