Le Mer 19 Oct 2016 03:38:41,
https://launchpad.net/~angelabad a écrit :
Show quoted text> Hi, packaging for Debian we found this error in pod generation.
>
> --- a/lib/Net/Facebook/Oauth2.pm
> +++ b/lib/Net/Facebook/Oauth2.pm
> @@ -524,6 +524,7 @@
>
> hashref of parameters to be sent with graph API URL
>
> +=back
>
> =head1 AUTHOR
>
>
> Cheers,
Hello,
New error:
--- a/lib/Net/Facebook/Oauth2.pm
+++ b/lib/Net/Facebook/Oauth2.pm
@@ -571,7 +571,7 @@
Please use a variable length data type without a specific maximum size to
store access tokens.
-=head2 C<$fb-E<gt>get_long_lived_token( access_token =E<gt> $access_token )
+=head2 C<$fb-E<gt>get_long_lived_token( access_token =E<gt> $access_token )>
Asks facebook to retrieve the long-lived (~60d) version of the provided
short-lived (~2h) access token retrieved from C<get_access_token()>. If