2

we have to develop a commercial video streaming application for iPhone & within that app we are planning to integrate additional searching functionality for Google Video & You Tube. I want to know following points,

  1. Where can i find the Google video API & You Tube API ?
  2. Will there be any legal issue on Google Video & You Tube video integration on commercial products, Form whom we have to the approval? Is there any standard procedure on this
David Underhill
  • 15,896
  • 7
  • 53
  • 61
susant
  • 21
  • 2
  • possible duplicate of [Any examples/tutorials on using Google GData API - Youtube on iphone?](http://stackoverflow.com/questions/3066131/any-examples-tutorials-on-using-google-gdata-api-youtube-on-iphone) – Brad Larson Sep 19 '10 at 22:25
  • Aside from the API question, legal issues are beyond the scope of this site. – Brad Larson Sep 19 '10 at 22:25

2 Answers2

2

You are allowed to do this but there are some restrictions

Take a look at the Terms of Service Point 1.2 Commercial Usage and Using the YouTube APIs to Build Monetizable Applications (too much to include in this answer)

Henrik P. Hessel
  • 36,243
  • 17
  • 80
  • 100
0

Objective-C APIs for Google services are at http://code.google.com/p/gdata-objectivec-client/

YouTube provides an API, including video searches; Google Video does not.

Google APIs are intended for use in commercial applications, but carefully read the YouTube FAQ and the associated terms of services documents.

grobbins
  • 1,564
  • 1
  • 8
  • 6