Hi WebProgrammer

I don't even succeed to pass the first step :
curl https://www.google.com/accounts/ClientLogin -d
[EMAIL PROTECTED] -d Passwd=xxx -d source=exampleCo-
exampleApp-1  -d service=ot

I get :

Error=BadAuthentication

My passwd is OK, I can connect to any other google service but Orkut
Please can you tell me how you did to succeed

Thank's

Andre
On Dec 11 2007, 8:30 am, webprogrammer <[EMAIL PROTECTED]> wrote:
> Hi Arne,
>
> I understand that the Orkut data API is not released yet. But please
> update me, is it causing the issue here?
> In sendbox mode, which features are possible to explore?
>
> Keenly waiting for your reply
> -Webprogrammer
>
> On Dec 8, 12:07 pm, webprogrammer <[EMAIL PROTECTED]> wrote:
>
> > Hi Google Team,
>
> > No words.... !!!!
>
> > -Webprogrammer1
>
> > On Dec 4, 4:52 pm, webprogrammer <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > > When triedClientLogin, I am able to successfully go to the next stage
> > > and got SID/LSID and Auth.
>
> > > Though the problem is in moving to the next step.
> > > ============================
> > > Say for example :http://orkut.com/feeds/people/me
> > > This is the feed which should be available always (as the person is
> > > just logged in)
>
> > > I am using LAMP platform and i have tried
> > > ------------------------------------------------
> > > header("Authorization: GoogleLogin
> > > auth=DQAAAJUAAADNWyQ9jICdiT7Ox0Y7ObQY8LX5vHsvFncEsKiRndnIHpoGvmiBzhwZwgQItZVGvawjJrAi50eV27-
> > > VmQJpIt9Td7lAUgM1FpBXn9Fdqs4Sjm-mPqRNhFix-1E5gU-
> > > fjsmfqiuSt27avUFiJswt3lJIq8o4d3MTUY1pxMeAW_JT0UrR_hqjOG6S5hh2eh6lu-
> > > IdD9ck030EjX7JZDSBMDHO");
> > > header("location:http://orkut.com/feeds/people/me";);
>
> > > auth is the actual Auth value i got on successful execution of
> > >ClientLogin
> > > ------------------------------------------------
> > > another metod tried is:
>
> > > $opts = array(
> > >          'http'=>array(
> > >            'method'=>"GET",
> > >            'header'=>"Accept-language: en\r\n" .
> > >                                  "user-agent: Mozilla/4.0 (compatible; 
> > > MSIE 6.0; Windows NT 5.1)\r
> > > \n".
> > >                                  "Authorization: GoogleLogin
> > > auth=DQAAAJUAAADNWyQ9jICdiT7Ox0Y7ObQY8LX5vHsvFncEsKiRndnIHpoGvmiBzhwZwgQItZVGvawjJrAi50eV27-
> > > VmQJpIt9Td7lAUgM1FpBXn9Fdqs4Sjm-mPqRNhFix-1E5gU-
> > > fjsmfqiuSt27avUFiJswt3lJIq8o4d3MTUY1pxMeAW_JT0UrR_hqjOG6S5hh2eh6lu-
> > > IdD9ck030EjX7JZDSBMDHO\r\n"
> > >          ));
> > >         $context = stream_context_create($opts);
> > >         $url1=urlencode("http://orkut.com/feeds/people/me";);
> > >         $responseYahooShop =  file_get_contents($url1,false,$context);
>
> > > -----------------------------------------------------
> > > but it didn't work also.
> > > ============================
> > > What is missing, let me know. Dear OpenSocial Team, your words are
> > > keenly awaited.
>
> > > -Webprogrammer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to