phpwax/wildfire.media.youtube
Composer 安装命令:
composer require phpwax/wildfire.media.youtube
包简介
import youtube vids into wildfire
README 文档
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
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-24