NAME
Plack::App::PubSubHubbub::Subscriber::Config
SYNOPSIS
Plack::App::PubSubHubbub::Subscriber::Config->new(
callback => 'http://example.org/callback',
verify => 'sync',
lease_seconds => 86400,
token_in_path => 1,
);
DESCRIPTION
$class->new( %args )
callback
is required, must be 'http', must not contain fragment.verify
can be 'sync' or 'async', and defaults to 'sync'.lease_seconds
defaults to undef.token_in_path
defaults to 1. This puts the token in the callback URL path, and does not use the hub.verify_token argument of the query string. The main benefit is that the token also known when a ping is received.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 24:
=over without closing =back