1
Good night!
I’m trying to do a search using the youtube API, but I’m having difficulties regarding a class : "com.google.api.services.samples.youtube.cmdline.Auth;". I am not finding it on the internet. I ask for help in finding this class for import or a way around the problem.
Have you downloaded the lib from here? https://developers.google.com/api-client-library/java/google-api-java-client/download
– user28595
Good afternoon, I already downloaded yes. But it is the only one that does not find.
– Roberto Oliveira
I’m struggling with this snippet: youtube = new Youtube.Builder(Auth.HTTP_TRANSPORT,Auth.JSON_FACTORY, new Httprequestinitializer() { @Override public void initialize(Httprequest request) throws Ioexception { } }). setApplicationName("youtube-cmdline-geolocationsearch-sample"). build();
– Roberto Oliveira