Net-Async-WebSearch

 view release on metacpan or  search on metacpan

lib/Net/Async/WebSearch/Provider/Reddit/OAuth.pm  view on Meta::CPAN

=over 4

=item * B<script> — when you plan to use C<grant_type=password> or the default
C<client_credentials>. This is the right choice for personal/CLI tools and
backend services where I<you> own the account. Gets the "full" rate limit.

=item * B<web app> — for server-side web apps using the authorization-code
flow (not covered by this provider; use it only with C<client_credentials>
here).

=item * B<installed app> — for mobile/desktop clients without a server-held
secret. Use with C<grant_type=installed> and supply a per-device C<device_id>.

=back

=item 4.

Fill in C<name>, C<description>, and C<about url> (anything reasonable).
For C<redirect uri> use C<http://localhost:8000> (not used by this provider
but the form demands a value).



( run in 1.307 second using v1.01-cache-2.11-cpan-39bf76dae61 )