flickr xml-rpc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • elyob

    #1

    flickr xml-rpc

    Hi,

    I'm just building a simple xmlrpc data pullback from the flickr API. It
    should be simple enough, but I'm having problems.

    Is there anything obviously incorrect in the following? It seems that the id
    isn't being passed across. Thanks
    ----
    $send = new xmlrpc_client("/services/xmlrpc", "www.flickr.com ", 80);

    $query=new xmlrpcmsg("flic kr.photos.searc h",
    array(new xmlrpcval($api_ key, "int")));
    $response = $send->send($query) ;
    $value = $response->value();
    ----


Working...