Hy guys, i have my profile here:
http://www.orkut.com/Profile.aspx?uid=4836753531443862672

and i'm trying to retrieve my friends but i'm getting an error like
this :

Error=BadAuthentication
Warning: file_get_contents(http://sandbox.orkut.com/feeds/people/
4836753531443862672/friends) [function.file-get-contents]: failed to
open stream: HTTP request failed! HTTP/1.0 404 Not Found in /
Applications/xampp/xamppfiles/htdocs/Casulo/teste.php on line 24



I don't know where i'm failling, anyone can help me ?


THE PHP CODE *

// to make my log using ClientLogin( Google )
$url = "https://www.google.com/accounts/ClientLogin";;



$ch = curl_init();

curl_setopt($ch, CURLOPT_URL,$url);

curl_setopt($ch, CURLOPT_POST,3);

curl_setopt($ch, CURLOPT_POSTFIELDS,
"[EMAIL PROTECTED]&Passwd=e&source=&service=ot");

$result = curl_exec($ch);
curl_close($ch);



$result = file_get_contents("http://sandbox.orkut.com/feeds/people/
4836753531443862672/friends");

--~--~---------~--~----~------------~-------~--~----~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to