Very difficult to help without any source code..... If you are trying to get a "user's picture", why not just pull the profile picture using curl and goto
http://picasaweb.google.com/data/entry/api/user/[user_name] Where [user_name] is the Picasa user name of the person with the image to be shown. You should get a XML file that has the url for the profile picture in the <gphoto:thumbnail> element. If you're trying to pull images from a different user's album, that's a much different and larger task. Lee Lee Evans lev...@cleartours.com -----Original Message----- From: google-picasa-data-api@googlegroups.com [mailto:google-picasa-data-...@googlegroups.com] On Behalf Of Robert Sent: Sunday, March 21, 2010 6:31 AM To: Google Picasa Web Albums API Subject: [PWA API] PLEASE HELP!! Need urgent fix! Having trouble logging in to Picasa Hello, I am making a mash-up project using Google Picasa and Twitter. It is supposed to display the user's picture from Picasa, and then the user has an option if he wants to tweet about them. I am able to make this work with my local PHP server using XAMPP. I then tried to upload it to a free webserver that has PHP, 0fees.net . But when I uploaded it does not work! I get this error: Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #: ' in / home/vol8/0fees.net/fees0_5264119/htdocs/ZendGdata-1.10.1/library/Zend/ Gdata/AuthSub.php:122 Stack trace: #0 /home/vol8/0fees.net/ fees0_5264119/htdocs/PhotoUploader.php(484): Zend_Gdata_AuthSub::getAuthSubSessionToken('CMrDnc WrARCZiKW...') #1 / home/vol8/0fees.net/fees0_5264119/htdocs/PhotoUploader.php(527): getAuthSubHttpClient() #2 /home/vol8/0fees.net/fees0_5264119/htdocs/ PhotoUploader.php(1093): processPageLoad() #3 {main} thrown in /home/ vol8/0fees.net/fees0_5264119/htdocs/ZendGdata-1.10.1/library/Zend/ Gdata/AuthSub.php on line 122 I believe that the problem is that the ssl is not enabled? But I am not sure. What could be the problem? How could I fix it? Thank you very much! -- 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 google-picasa-data-...@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. -- 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 google-picasa-data-...@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.