Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated YouTube API Key #113

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 7, 2015

  1. Thumbnail and duration

    The original implementation was did with API v2 which are deprecated
    right now. I replaced the old implementation with the new that requires
    an API key generated from Google Api Console, this key must be
    specified at row 6 of MHGallery.m through the const string
    MHYoutubeApiKey. Really, only the duration need to be called via v3 API
    because the thumbnails are available without API call (a little trick).
    I know that’s a quick and dirty solution in fact, the rest part of
    library will have to be modified.
    dpizzuto authored and chrismeats committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    df7f05f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4ec885 View commit details
    Browse the repository at this point in the history
  3. Removed NSLogs

    chrismeats committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    5d740aa View commit details
    Browse the repository at this point in the history