On Wed, May 20, 2009 at 4:51 PM, Mark Wright <[email protected]> wrote: > Calling the Flickr method in that way results in a fatal error: > Fatal error: Call to undefined function gettoken() > > One other thing I tried was $flickrObj->arg1(null) and the same with > rest. Didn't work. They were still being set in the querystring. Does > anyone knoe if I would have similar issues using the Flickr soap > client?
Not sure if this is any less painful. But maybe use Zend_Http_Client instead? After all, most of the API is "urls" and parameters. Should be pretty easy and straight forward. Till
