NAME
freebox-authorize - Helper script to obtain Freebox app authorization token.
VERSION
version 0.001
SYNOPSIS
freebox-authorize <app-id> <app-name> <app-version> <device>
For example:
freebox-authorize org.cpan.freebox.test "Test Freebox app" 1.0 "My computer"
All parameters are required.
DESCRIPTION
The script uses WebService::Freebox to request authorization to use the Freebox API for the application with the given name and version from the specified device.
AUTHOR
Vadim Zeitlin <vz-cpan@zeitlins.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Vadim Zeitlin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.