Let's consolidate into the other thread:

http://groups.google.com/group/Google-Picasa-Data-API/browse_thread/thread/8813698382fd2527#



On Mon, Oct 13, 2008 at 5:05 AM, Javier Martinez <[EMAIL PROTECTED]>wrote:

>
> Like my previous message, this time is for a DELETE operation.
> This is my code:
>
> $id = 'http://picasaweb.google.com/data/entry/api/user/ecentinela/
> albumid/5255431109367095569/photoid/5255431834106624434<http://picasaweb.google.com/data/entry/api/user/ecentinela/albumid/5255431109367095569/photoid/5255431834106624434>
> ';
> $defaults = array(CURLOPT_CUSTOMREQUEST => 'DELETE', CURLOPT_URL =>
> $id, CURLOPT_HTTPHEADER => array('Authorization: AuthSub token=' .
> $token));
> $ch = curl_init();
> curl_setopt_array($ch, $defaults);
> $result = curl_exec($ch);
> curl_close($ch);
>
> I'm receiving an xml file, like for printing the photo information.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to