views:

19

answers:

2

I'm referencing this page http://zendframework.com/manual/1.9/en/zend.service.flickr.html In order to pull all albums off a flickr page.

But it only lists 6 'methods' tagSearch() userSearch() getIdByUsername() getIdByEmail() groupPoolGetPhotos() getImageDetails()

Where do I get a list of all the methods?

A: 

Look at the FLickr.php source file in ./library/Zend/Service - it seems these are the only supported methods.

An alternative is to to check Zend_Service_Flickr+2.0 out

emeraldjava
A: 

You can find it in the API of ZF:

Select Zend_Service in the select, then Flickr > Classes in the left tree menu.

chelmertz