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.
Asked
Active
Viewed 91 times
1 Answers
0
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).

samir
- 4,501
- 6
- 49
- 76