Re: Picasaweb albums not loaded
Posted: 29 Apr 2010, 21:47
Hi, I have added it into feature request list but no idea when I find time for implementing it 
Jan

Jan
Matczar, could you explain or add .sql here for the authkey add.matczar wrote: This approach simplifies the matter somewhat. We do not select the album from the list of public ones, but select a specific album. The album is unlisted, but we use the authkey, and the google server return a json data.
Of course, I added new column holding the authkey to the database, and input in category form. I did some tests and this method seems to work.
Code: Select all
ALTER TABLE `jos_phocagallery_categories` ADD `extauth` VARCHAR( 255 ) NOT NULL AFTER `exta` ;