NAME
WWW::Facebook::API::Errors - Errors class for Client
VERSION
This document describes WWW::Facebook::API::Errors version 0.1.5
SYNOPSIS
use WWW::Facebook::API::Errors;
DESCRIPTION
Error methods and data used by WWW::Facebook::API::Base
SUBROUTINES/METHODS
- base
-
The WWW::Facebook::API::Base object to use to access settings.
- debug
-
A boolean set to either true or false, determining if debugging messages should be carped to STDERR for REST calls.
- throw_errors
-
A boolean set to either true of false, signifying whether or not log_error should carp when an error is returned from the REST server.
- last_call_success
-
A boolean. True if the last call was a success, false otherwise.
- last_error
-
A string holding the error message of the last failed call to the REST server.
- log_string
-
Pass in the params and the response from a call, and it will make a formatted string out of it showing the server_uri, the parameters used, and the response received. Used by log_debug and log_error.
- meta
DIAGNOSTICS
Any error that is thrown is most likely an API error as well.
104: Incorrect signature
-
This one in particular might get you: make sure you have passed in (desktop => 1) when creating a new desktop client, or else the signature won't match because the wrong session key will be passed in.
CONFIGURATION AND ENVIRONMENT
WWW::Facebook::API::Errors requires no configuration files or environment variables.
DEPENDENCIES
INCOMPATIBILITIES
None reported.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to bug-www-facebook-api@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
David Romano <unobe@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2007, David Romano <unobe@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.