GitXplorerGitXplorer
y

yt-direct-lite-android

public
276 stars
156 forks
21 issues

Commits

List of commits on branch master.
Unverified
3d113cc7ba25b2144f63fba7c6a3887d7597c61b

Merge pull request #6 from Winghin2517/GoogleApiClient

uulukaya committed 9 years ago
Unverified
5ee5ed79c39c57b82bc45d6a1e3503bf9eda301b

Replaced PlusClient.Builder with GoogleApiClient

WWinghin2517 committed 10 years ago
Unverified
8e96f98779307ce01c26f85ccbf1e24465ae6fd6

fix constants.

uulukaya committed 10 years ago
Unverified
fe490ba8a90a9f8e93a184b510bb89fb531a251e

Update README.md

uulukaya committed 10 years ago
Unverified
8601fbbf07a7c3b8c2a4138e0427ab84721db70d

Update README.

uulukaya committed 10 years ago
Unverified
20f9f82ad0eec2d8a052d37b0e11cf18679eaef4

Add OAuth2 exception handling, and update gittignore

uulukaya committed 10 years ago

README

The README file for this repository.

YouTube Direct Lite for Android

The code is a reference implementation for an Android OS application that captures video, uploads it to YouTube, and submits the video to a YouTube Direct Lite instance.

For more information, you can read the Youtube API blog post.

This application utilizes YouTube Data API v3 , YouTube Android Player API, YouTube Resumable Uploads, Google Play Services and Plus API.

To use this application,

  1. In your Google Developers Console,
  2. Enable the YouTube Data API v3 and Google+ API.
  3. Create a client ID for Android, using your SHA1 and package name.
  4. Register your Android app
  5. Plug in your Playlist Id into Constants.java and Android API Key into Auth.java

alt tag

alt tag

alt tag

alt tag