RE: [orkut-developer] Re: Orkut sandbox down

2010-06-16 Thread Sean Lin
Lol I get the error bad server no doughnut when trying to access add apps in the sandbox. "Unfortunately, the orkut.com server has acted in an unexpected way. Hopefully, it will return to its helpful self if you try again in a few minutes." She's being saying that for the last few days

[orkut-developer] Re: php library available to public?

2008-11-18 Thread Sean Sullivan
On Nov 16, 9:35 pm, navaneeth <[EMAIL PROTECTED]> wrote: > > Is the php client library for orkut available for public ?? > There's an OpenSocial PHP client library on Google Code: http://code.google.com/p/opensocial-php-client/ --~--~-~--~~~---~--~~ You receiv

[orkut-developer] Orkut, Google OAuth, scope parameter

2008-11-18 Thread Sean Sullivan
e from Google was: [DEBUG] wire - << "HTTP/1.1 400 Bad Request[EOL]" [DEBUG] wire - << "Invalid scope: orkut[\n]" OAuthGetRequestToken doesn't recognize scope=orkut Should I be using a different value? Sean --~--~-~--~~~---~--~~ Yo

[orkut-developer] How to capture the situation when the field of PersonAppdata doesn't exist?

2008-05-05 Thread Sean
Hi there, I had problems figuring out whether the field I want to retrieve by newFetchPersonAppDataRequest actually existed or not. What I want to achieve here is that once the application is loaded, it will go fetch a specific field named "setID "under the Owner by calling newFetchPersonAppDataRe

[orkut-developer] Re: Persistent Data Storage Problem

2008-04-24 Thread Sean
It works! Thanks Arne for your detailed explanation toward this problem. Now I know how to correctly deal with it. Thanks again. Sean On Apr 24, 1:57 pm, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi Sean, > > This data is scoped per user ID and the key that y

[orkut-developer] Persistent Data Storage Problem

2008-04-24 Thread Sean
Hi there, I was trying to store persistence data by the following codes. (reference: http://code.google.com/apis/opensocial/articles/persistence.html) However, instead of showing the user input, it turned out nothing. Firebug shows that there is a error occurred. Error: H.replace is not a functio

[orkut-developer] Re: Person Birthday

2008-03-02 Thread Sean
Hi Takamoto, Does this means that we are not able to retrieve other PERSON fields besides ID, name, thumb and profiles? I was trying to retrieve CURRENT_LOCATION and GENDER from the API call, but it returned [object Object] instead of null. It sounds pretty much like the same problem Michael wa