how can I get the profile picture of people that, for example, say "hello" in the YouTube live chat ?
Related
I have watched YouTube without account (mobile app), and I saw this notification video below, I have no idea who is it, but now I know that he/she watches this channel
Could you please give some documentation about this feature
Image was taken from reddit post just to show how it looks
"(x) viewers also watched this video" is driven by YouTube analytics based on your personal 'history' list. The ONLY WAY to 'stop' these pop-ups (which now cover half of the thumbnail of the new video you wish to watch) is to completely clear your 'history' list.
There is no 'turn this feature on/off' button in settings that will work. I'm not sure WHY this is important to YouTube to push 'viewing' of other people's views...other than more 'herd mentality' social engineering at work...but...
There you go.
I am using TwitterKit framework for login with Twitter and getting user details. That part of my App is done. Now, I want to tweet a video link from my iOS App.
Here is the story:
User signs up using Twitter in our server.
User take a video from his/her iPhone. We upload that video to Amazon.
User wants to share this video to Twitter (Tweet that video link).
How would I achieve that. My question is not focused on just how to upload a video link. A tweet made by user should look like this:
The image has been taken from here which explains that you will have to upload video to twitter. Will I have to upload a video to Twitter to get such a view ? Do I have any other alternative to make focus on the tweet that it's a video link?
Also, I came to know that I can do that somehow using Twitter card. Exploring for that. If anyone have idea about Twitter card, please post an answer.
I'm trying to upload user videos to facebook ,youtube or etc from my ios app ?
I knew and implemented the youtube and facebook api to upload the video for user's account. But at same time i want to video upload on my channel or group with user information also? I saw one option in youtube channel account setting page they given one email id to attached video to upload my youtube account. Upload was done but i dint get user information?
i all user can see all video and whom can uploaded it? its possible please advice how to implement.
I want to other user can upload video to my chennal list or add video to my play list in my ios app? its possible for in youtube api?
I done with user can upload and add play list on user account. But i dont no other user how to
I am working in an android app which shows videos from a YouTube Channel.
I have the channel id and all other stuffs. But I need the video id to show the video in YouTube Player.
***eg. player.cueVideo("nCgQDjiotG0");***
When I go through the developer site again and again, I got this one -https://www.googleapis.com/youtube/v3/videos?part=id&chart=mostPopular&key={YOUR_API_KEY}
It is working perfectly returning the correct Video id to play. But I can't done it with my Channel id (There is no option for passing channel ID as parameter).
The only one url which accept the channel ID and returns snippet is this one -
https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UCxUtHtpGzd0bA5rYRY7h4VQ&q=PIVideoLibrary&type=channel&key={YOUR_API_KEY}
But the id it returning is not compatible with the above method. When I run it in the device it shows "Invalid Request" Here is screen shot which is the response of the above search request.
So this is my question.
How can we get video id of a video from a YouTube channel to show that
vedio in a youtube player integrated in the android app using YouTube
api v3
Thank You.
Ya I found it.
Go to youtube developer, https://developers.google.com/youtube/v3/docs/activities/list .
You can find a "TRY IT" field at middle of the page, fill the fields, you have to enter "contentDetails in the 'part' field to obtain video id. Then enter your channel id in the respective field. Execute the query, you can find the video id in the XML result.