Uploading videos from apps google account

98 Views Asked by At

I want to use Google Data API v3 for uploading video to youtube from apps developer account. I am trying to find out a way to login developer account on users device, but i am unable to find any documentation provide by google related to Objective c. So can any one guide me how i can login with my account on users device so that they can upload videos on youtube from my account.

Uploading to own YouTube account from iOS app

1

There are 1 best solutions below

0
On

You have all the documentation how to use YouTube Data API (v3) YouTube Data API

The login documentation Login Doc

and look at the sample code Sample Code you will find what you want. ( see YouTubeSampleWindowController class).