Hi,

When tried ClientLogin, 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