To retrieve the feed you need to make a request for that url. I'm sure PHP has one in the standard library, or use curl. You'll then need to pass it. Alternatively you could use a gdata library. I'm sure there will be one for PHP.
On Sep 11, 5:31 am, Eduardo Almeida <[email protected]> wrote: > I cant use the parameter thumbsize > Firstly because im not sure how i could call this. > I've tryed something like that: > > $feedURL = "http://picasaweb.google.com/data/feed/api/user/[userID]? > kind=photo&max-results=6&thumbsize=72c"; > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
