I am using picasa API by authenticating via OAuth 2.0 in PHP. I have successfully implemented Oauth2.0. After authentication i am trying picasa user feed to retrieve list of albums which also runs without error. but when i request album feed to get list of photos from picasa it results details about album without listing photos from album, Why?
To retrieve list of photo form album, i am using https://picasaweb.google.com/data/entry/api/user/112288701703165721388/albumid/5769032925782507761 results xml as: <?xml version="1.0" encoding="UTF-8"?> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:gphoto="http://schemas.google.com/photos/2007" xmlns:media="http://search.yahoo.com/mrss/"> <id>https://picasaweb.google.com/data/entry/api/user/112288701703165721388/albumid/5769032925782507761</id> <published>2012-07-25T09:14:09.000Z</published> <updated>2012-07-25T09:24:43.969Z</updated> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/photos/2007#album" /> <title type="text">album 2</title> <summary type="text" /> <rights type="text">protected</rights> <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="https://picasaweb.google.com/data/feed/api/user/112288701703165721388/albumid/5769032925782507761" /> <link rel="alternate" type="text/html" href="https://picasaweb.google.com/112288701703165721388/Album2" /> <link rel="self" type="application/atom+xml" href="https://picasaweb.google.com/data/entry/api/user/112288701703165721388/albumid/5769032925782507761" /> <link rel="edit" type="application/atom+xml" href="https://picasaweb.google.com/data/entry/api/user/112288701703165721388/albumid/5769032925782507761/5" /> <link rel="http://schemas.google.com/acl/2007#accessControlList" type="application/atom+xml" href="https://picasaweb.google.com/data/entry/api/user/112288701703165721388/albumid/5769032925782507761/acl" /> <author> <name>Amit Agrawal</name> <uri>https://picasaweb.google.com/112288701703165721388</uri> </author> <gphoto:id>5769032925782507761</gphoto:id> <gphoto:name>Album2</gphoto:name> <gphoto:location /> <gphoto:access>protected</gphoto:access> <gphoto:timestamp>1343207649000</gphoto:timestamp> <gphoto:numphotos>1</gphoto:numphotos> <gphoto:numphotosremaining>999</gphoto:numphotosremaining> <gphoto:bytesUsed>561276</gphoto:bytesUsed> <gphoto:user>112288701703165721388</gphoto:user> <gphoto:nickname>Amit Agrawal</gphoto:nickname> <gphoto:commentingEnabled>true</gphoto:commentingEnabled> <gphoto:commentCount>0</gphoto:commentCount> <gphoto:organization name="eMorphis Software Technology Solutions Pvt Ltd" /> <media:group> <media:content url="https://lh4.googleusercontent.com/-i9c2L48pAlQ/UA-44V7MgPE/AAAAAAAAABk/H-JVBqHdG4k/Album2.jpg" type="image/jpeg" medium="image" /> <media:credit>Amit Agrawal</media:credit> <media:description type="plain" /> <media:keywords /> <media:thumbnail url="https://lh4.googleusercontent.com/-i9c2L48pAlQ/UA-44V7MgPE/AAAAAAAAABk/H-JVBqHdG4k/s160-c/Album2.jpg" height="160" width="160" /> <media:title type="plain">album 2</media:title> </media:group> </entry> -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-picasa-data-api/-/rudH34EFlr8J. To post to this group, send email to google-picasa-data-api@googlegroups.com. To unsubscribe from this group, send email to google-picasa-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.