我尝试使用这篇https://www.sitepoint.com/displaying-youtube-videos-php文章来在 我的laravel 5应用程序,但阅读后我发现了它:
// .env
APP_DEBUG=true
app_name='Your app name (optional)'
client_id='Your client id'
client_secret='Your client secret'
api_key='Your developer key'
我想client_id / client_secret参数是这样的: https://imgur.com/a/9S7p7Rn 是吗?
但是我不确定最后一个参数是什么?
api_key='Your developer key'
我需要进入Google开发人员控制台的位置,这很有价值吗?
谢谢!