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?


Mark

On Wed, May 20, 2009 at 3:38 AM, wenbert <[email protected]> wrote:
> hmmmm... I am not sure about this. But can you try:
>
> $flickrObj->flickr.auth.getToken();
> $flickrObj->api_key($api_key);
> $flickrObj->frob($frob);
> $flickrObj->api_sig($api_sig);
> $result = $flickrObj->get();
>
> Mark Wright-3 wrote:
> $flickrObj->method('flickr.auth.getToken'); $flickrObj->api_key($api_key);
> $flickrObj->frob($frob); $flickrObj->api_sig($api_sig); Mark -- Have fun or
> die trying - but try not to actually die.
>
> http://blog.ekini.net
> ________________________________
> View this message in context: Re: zend_rest_client inserts unnecessary vars
> into querystring
> Sent from the Zend Framework mailing list archive at Nabble.com.
>



-- 
Have fun or die trying - but try not to actually die.

Reply via email to