Flickr api - call photo sets -


i have api key , api secret , have downloaded recent library 3.1.

when use example mentioned, public photos. , library using included file phpflickr.php has methods.

i trying access photo sets api, not returning anything. , document says there no other authentication required. please check code below

require_once("phpflickr.php"); $f = new phpflickr("56cc01317fdce40c31c8f66498746c4d"); $sets = $f->photosets_getlist(); 

@sandy : if want show flickr slider gallery in website can use pictobrowser best way display flickr , piccasa albums on website.

using pictobrowser 1 can embed flickr , picasa photostreams in anywebsite. need follow few simple steps given here.

- visit http://pictobrowser.com/ - click pictobuilder @ top left corner of page. - enter flickr/picasa username. - choose images/ albums. - set tag or groups. - outputs html code - copy html code , paste in website or blog. 

Comments