Hi, I try to use this https://www.sitepoint.com/displaying-youtube-videos-php/ article to use youtube video in my laravel 5 app , but reading it I found next : // .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' Code (markup): I suppose that client_id/client_secret parameters are this : https://imgur.com/a/9S7p7Rn Is it so? But I ma not sure what is last parameter ? api_key='Your developer key' Code (markup): Is it value I need to get somehwere in Google's Developer Console ? 1) I tried to find in Google's Developer Console and search in net, but failed... Where can I get it 2) If google has support, where I can ask them and waite for response at my email? Thanks!