Ok, then, here is another attempt :-) You cannot use Social Login, as it is currently, to get this uploaded video list. (we'll keep track of this demand, and may add it in the future) So, you have to call the Youtube API yourself. In case the Youtube API requires the authorization token (delegated user credential), you can get this out of the Social Login, when servicing the callback_uri. But, this is the only Social Login specific info you may need to use. For the rest, it is essentially up to you to call the Youtube API.
Regarding your second question (how to do that), you can access the proper endpoint (from the youtube API) to GET the video list. You may need the authorization token of the user, but you can obtain it from our code (callback_uri). Hum, this is probably not very clear :-)
Answers
Not currently, not.
There is some Youtube API that mentions this (https://developers.google.com/youtube/v3/docs/search/list), but it is not implemented.
Regards.
You may need the authorization token of the user, but you can obtain it from our code (callback_uri).
Hum, this is probably not very clear :-)
Correct, still not sure how to retrieve the list.