phpwax / wildfire.media.youtube
import youtube vids into wildfire
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/phpwax/wildfire.media.youtube
Requires
- phpwax/phpwax: ^3.2
This package is auto-updated.
Last update: 2025-10-29 01:39:28 UTC
README
SETUP:
* Login as the account you want to access
* Copy auth.tmp to public
* fill in $nextUrl (do this to you local address site.dev/auth.php etc) and $developerKey
* visit site.dev/auth.php
* will give you a link to authorise api access for the app
* agree to it
* you will be redirected by $nextUrl and you should see print_r of session & dump of all videos
* copy the username, developerkey and authtoken into the config for the site in the following form:
'youtube'=>array(
'username'=>"",
'token'=>"",
'developer_key'=>""
)
You might need to set this in you php.ini:
[PHP_OPENSSL]
extension=php_openssl.dll
http://framework.zend.com/manual/en/zend.gdata.youtube.html