Author Topic: How does YOUTUBE API work  (Read 736 times)

0 Members and 1 Guest are viewing this topic.

Offline ry4n0wnzTopic starter

  • Enthusiast
  • Posts: 307
    • View Profile
How does YOUTUBE API work
« on: March 30, 2010, 05:31:00 AM »
Ive seen you can use it to play around with subscriptions, is it possible for a subscribe button to be placed on your own webpage?
If not how could you use it to an advantage to gain subscribers throughout your own community?
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_subscriptions.html#Adding_a_subscription
Thanks
function bored() {
$facialExpression = 0;
$movement = "minimum";
echo "I'm Bored";
}

Offline oni-kun

  • Addict
  • Posts: 1,964
  • Gender: Male
  • When you're down, Logic can be a cure.
    • View Profile
    • oni-kun.com
Re: How does YOUTUBE API work
« Reply #1 on: April 16, 2010, 01:49:44 AM »
Of course once a user is authenticated they can be subscribed using the API, Have you read all of the documentation?
PHP Documentation (Examples and Usage) || Posting code? [php] Code Here [/php]. (good ref: Truth Tables )
//If you wish a program to have inf args. $params is an array of them.
function($args) {
  if (
is_scalar($args)) {$params func_get_args();}
}