Hi,

dmitryseliv wrote:
> 
> Can someobody point me in right direction who to load pictures dynamicly
> from flickr?
> I can't seems to make the sample work that cames with the pages.
> file dynamic_flickr_api.php has this referrence
> include '../../config.flickr.php';
> But package does not have this file.
> Does anybody knows what this files is and what it contain?
> 
> Also I would like to load photo stream only for specific user id.
> How to do that?
> 
> Appriciate any help!!!
> 
> 
did you read  the comment above this line?
Just go to http://www.flickr.com/services/api/keys/ and create your own api
key. Then set it with the variable

$api_key = 'you api key';

and remove 

include '../../config.flickr.php';

Jan
-- 
View this message in context: 
http://www.nabble.com/Ajax-and-Flickr-picture-load---tf4530014.html#a12938078
Sent from the jCarousel mailing list archive at Nabble.com.

Reply via email to