[Solar-talk] Solar_Http_Request, woohoo

Rodrigo Moraes rodrigo.moraes at gmail.com
Thu May 31 07:39:10 PDT 2007


Hey,
Anybody with a FeedBurner account here to give me a help? I've just
commited a class to manage feeds using FeedBurner's API:

    http://dev.tipos.org/browser/trunk/Tipos/Service/FeedBurner.php

Taking a quick look, do you have a clue why the user/password isn't
delivered to FeedBurner's server? I've been trying everything and in
the end I used setBasicAuth(), but I've also tried to pass them as
parameters, which is also allowed. The response is always 'Invalid
User', although I can get a valid response using a browser and setting
the user/password in the uri.

Basic usage:

    $feedburner  = Solar::factory('Tipos_Service_FeedBurner', array(
        'user'     => 'username',
        'password' => '***',
    ));
    $response = $feedburner->get(array('uri' => 'feed-uri'));
    echo $response;

-- rodrigo


More information about the solar-talk mailing list