
Copyright (C) 2002-present Martin Thurn
All Rights Reserved

WWW/Ebay/Session.pm

use WWW::Ebay::Session;
my $oSession = new WWW::Ebay::Session('ebay-userid', 'ebay-password');

Allows you to programatically log in as a particular user and fetch webpages from the eBay auction website (www.ebay.com).

Martin Thurn, mthurn@cpan.org, http://www.sandcrawler.com/SWB/cpan-modules.html.

Creates a new object of this type.
Returns the HTTP::Response object that resulted from the most recent page fetched.
This method can be called if you only need the encrypted password.
Returns non-zero if there are any error messages in the object.
Returns a string, the most recent error message(s).
Removes all error messages from the object.
Returns the HTML of the "My Selling" page for this user.
Returns a list of WWW::Ebay::Listing objects.
Note that any time/dates returned will be U.S. Pacific time zone.
Returns a list of WWW::Ebay::Listing objects representing the auctions currently active.
Note that any time/dates returned will be U.S. Pacific time zone.
Returns a list of WWW::Ebay::Listing objects representing the auctions that have ended and received bids.
Note that any time/dates returned will be U.S. Pacific time zone.
Returns a list of WWW::Ebay::Listing objects representing the auctions that have ended but received no bids.
Note that any time/dates returned will be U.S. Pacific time zone.
Returns a user_agent suitable for requesting Ebay webpages. If you need special processing on your network, you can override this method. You need to set the cookie_jar to $self->cookie_jar.