SlideShare a Scribd company logo
API
Application Programming Interface
Übersicht

•   Facebook – Graph API
•   Twitter – REST API
•   YouTube – Data API
JSON
{                                        <object>
    "key": "vaule",                      ! <key>vaule</key>
    "string": "Lorem ipsum dolor sit",   ! <string>Lorem ipsum dolor sit</string>
    "number": -123.456,                  ! <number>-123.456</number>
    "object":{                           ! <object>
    ! "key": "value"                     ! ! <key>value</key>
    },                                   ! </object>
    "array": ["foo","bar"],              ! <array>foo</array><array>bar</array>
    "boolean": true,                     ! <bolean>true</bolean>
    "empty": null                        ! <empty>null</empty>
}                                        </object>


169 Bytes                                226 Bytes


                                         Eine mögliche XML-Schreibweise, andere Schreibweisen sind möglich.
Parsing JSON
jQuery                       PHP

$.ajax({                     $url = "example.json";
! url: "example.json",       $file_content = file_get_contents($url);
! success: function(data){   $data = json_decode($file_content);
! ! alert(data.string);      echo $data->string;
! }
});
Facebook
graph.facebook.com/cocacola

{
    "id": "40796308305",
    "name": "Coca-Cola",
    "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/276879_40796308305_1578420141_s.jpg",
    "link": "https://www.facebook.com/coca-cola",
    "likes": 35648837,
    "category": "Food/beverages",
    "website": "http://www.coca-cola.com",
    "username": "coca-cola",
    "founded": "1886",
    "products": "Coca-Cola is the most popular and biggest-selling soft drink in history […]",
    "location":{
       "latitude": 42.00736,
       "longitude": -72.521224
    },
    "can_post": true,
    "checkins": 73
}

                                                                                   Dateigröße: 1,16 KB
Facebook – Albums
graph.facebook.com/mercedesbenzdeutschland/albums
{
    "data": [
       {
          "id": "251092158272082",
          "from": {
              "name": "Mercedes-Benz Deutschland",
              "category": "Cars",
              "id": "145689658812333"
          },
          "name": "DTM 2011 - Rennen, Finale und Showprogramm",
          "location": "Hockenheimring Baden-Wu00fcrttemberg",
          "link": "https://www.facebook.com/album.php?fbid=251092158272082&id=145689658812333&aid=54543",
          "cover_photo": "251092214938743",
          "count": 10,
          "type": "normal",
          "created_time": "2011-10-27T08:08:23+0000",
          "updated_time": "2011-10-27T08:10:30+0000",
          "can_upload": false
       },
       {
          "id": "249480695099895",
          "from": {
              "name": "Mercedes-Benz Deutschland",
Facebook – Album Photos
graph.facebook.com/251092158272082/photos
{
    "data": [
       {
          "id": "251092214938743",
          "from": {
              "name": "Mercedes-Benz Deutschland",
              "category": "Cars",
              "id": "145689658812333"
          },
          "tags": {
              "data": [
                 {
                    "id": "100000441323195",
                    "name": "Denis Hu00f6rner",
                    "x": 50.1042,
                    "y": 83.6795,
                    "created_time": "2011-10-27T10:40:08+0000"
                 }
              ]
          },
          "name": "DTM 2011rnrnMotorsports / DTM: german touring cars championship 2011, 07 […]",
          "picture": "http://photos-f.ak.fbcdn.net/hphotos-ak-snc7/299511_251092214938743_145689658812333_64…",
          "source": "http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/299511_251092214938743_14568965…",
Facebook – Picture
graph.facebook.com/251092214938743
{
    "id": "251092214938743",
    "from": {
       "name": "Mercedes-Benz Deutschland",
       "category": "Cars",
       "id": "145689658812333"
    },
    "tags": {
!   ! […]
    },
    "name": "DTM 2011rnrnMotorsports / DTM: german touring cars championship 2011, 07 Jamie Green (GBR, AMG
    "picture": "http://photos-f.ak.fbcdn.net/hphotos-ak-snc7/299511_251092214938743_145689658812333_642955_10555
    "source": "http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/299511_251092214938743_145689658812333_64
    "height": 505,
    "width": 720,
    "images": [
       {
          "height": 505,
          "width": 720,
          "source": "http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/299511_251092214938743_145689658812
       },
       {
          "height": 126,
Facebook – Graph API
developers.facebook.com/docs/reference/api/
Facebook – Authentication
developers.facebook.com/docs/authentication/
Facebook – Beispiel
Twitter
api.twitter.com/1/statuses/user_timeline.json?screen_name=saschalobo
[
! {
! ! "id": 134979869225402368,
! ! "text": "Keine Ahnung, was das fu00fcr die Finanzkrise hiesse, aber mein Leben wu00e4re
besser, wenn der Begriff "Rating-Riese" verboten wu00fcrde",
! ! "created_at": "Fri Nov 11 13:04:43 +0000 2011",
! ! "user": {
! ! ! "id": 5876652,
! ! ! "name": "Sascha Lobo",
! ! ! "screen_name": "saschalobo"
! ! },
! ! "retweet_count": 9
! },
! {
! ! "id": 134944048069869569,
! ! "text": "u00dcberall liest man 11.11.11 u2013u00a0liebe Nerds, bitte achtet auch im Internet
auf Eure Schriftsprache und schreibt: !!.!!.!!",
! ! "created_at": "Thu Nov 10 22:31:56 +0000 2011",
! ! "user": {
! ! ! "id": 5876652,
! ! ! "name": "Sascha Lobo",
! ! ! "screen_name": "saschalobo"
! ! },
Twitter – REST API
dev.twitter.com/docs/api
Twitter – Beispiel
Berlintwitterwall
YouTube
gdata.youtube.com/feeds/api/users/NationalGeographic/uploads?v=2&alt=json&max-results=50
{
!   […]
!   "entry": [
!   ! {
!   ! ! "published": {
!   ! ! ! "$t": "2011-11-11T20:59:35.000Z"
!   ! ! },
!   ! ! "updated": {
!   ! ! ! "$t": "2011-11-13T18:00:48.000Z"
!   ! ! },
!   ! ! "title": {
!   ! ! ! "$t": "Thrive: How to be Happy Tip #1"
!   ! ! },
!   ! ! "media$group": {
!   ! ! ! "media$thumbnail": [
!   ! ! ! ! {
!   ! ! ! ! ! "url": "http://i.ytimg.com/vi/gYm0tDcQMI0/default.jpg",
!   ! ! ! ! ! "time": "00:00:37.500"
!   ! ! ! ! },
!   ! ! ! ! {
!   ! ! ! ! ! "url": "http://i.ytimg.com/vi/gYm0tDcQMI0/3.jpg",
!   ! ! ! ! ! "time": "00:00:56.250"
!   ! ! ! ! }
YouTube – Data API
code.google.com/intl/en-UK/apis/youtube/2.0/reference.html
YouTube – Beispiel
Pipes
pipes.yahoo.com
Anwendungen

•   Mediatheken
    Videos von YouTube & Fotos von Facebook verbinden


•   Benutzergenerierte Inhalte
    Twitterwall, Benutzerbilder von Partygästen

More Related Content

PDF
CSS3 ...in 3D!
Christopher Schmitt
 
TXT
Convidar para page !!
Jhonny Batista
 
KEY
Html5 intro
Wilfred Nas
 
PPTX
Presentation1
Victor Andreev
 
TXT
Guia de-estudio-2
59vallebenito
 
DOCX
Evelyn villa
villaevelyn658
 
PDF
Nanoformats
rozario
 
CSS3 ...in 3D!
Christopher Schmitt
 
Convidar para page !!
Jhonny Batista
 
Html5 intro
Wilfred Nas
 
Presentation1
Victor Andreev
 
Guia de-estudio-2
59vallebenito
 
Evelyn villa
villaevelyn658
 
Nanoformats
rozario
 

What's hot (18)

TXT
Capitulo 3-enegia-y-conservacion-de-masas
wanda i sanchez trinidad
 
PDF
CSS3 vs jQuery
Web Essentials Co., Ltd.
 
RTF
Earn money with banner and text ads for clickbank
Jaroslaw Istok
 
TXT
Automation Script for WO Summary in Maximo
sthume
 
TXT
Dorothea orem-theory
Ramlah12041991
 
PDF
Earn money with banner and text ads for Clickbank
Jaroslaw Istok
 
TXT
Ufind proxo(cucurhatan).cfg
Ahmad Hidayat
 
PPTX
Html5 and css3
Deniss Platonov
 
DOCX
tabla en html Katerine jaramillo
katejaramillo2
 
PDF
Doing it in style - creating beautiful sites, the web standards way / WebDD /...
Patrick Lauke
 
PDF
CSS3 and jQuery
psophy
 
PDF
Anko試食会
susan335
 
TXT
Insertcustomer
amirthalingam m
 
KEY
CSS3 Takes on the World
Jonathan Snook
 
DOCX
tabla en html Katerine jaramillo
katejaramillo2
 
PDF
More of less (take 2)
Guilherme Zühlke O'Connor
 
PPTX
Xlrays online web tutorials
Yogesh Gupta
 
Capitulo 3-enegia-y-conservacion-de-masas
wanda i sanchez trinidad
 
CSS3 vs jQuery
Web Essentials Co., Ltd.
 
Earn money with banner and text ads for clickbank
Jaroslaw Istok
 
Automation Script for WO Summary in Maximo
sthume
 
Dorothea orem-theory
Ramlah12041991
 
Earn money with banner and text ads for Clickbank
Jaroslaw Istok
 
Ufind proxo(cucurhatan).cfg
Ahmad Hidayat
 
Html5 and css3
Deniss Platonov
 
tabla en html Katerine jaramillo
katejaramillo2
 
Doing it in style - creating beautiful sites, the web standards way / WebDD /...
Patrick Lauke
 
CSS3 and jQuery
psophy
 
Anko試食会
susan335
 
Insertcustomer
amirthalingam m
 
CSS3 Takes on the World
Jonathan Snook
 
tabla en html Katerine jaramillo
katejaramillo2
 
More of less (take 2)
Guilherme Zühlke O'Connor
 
Xlrays online web tutorials
Yogesh Gupta
 
Ad

Viewers also liked (18)

PDF
YouTube API Japan UG #1
Yukio Andoh
 
PDF
Youtube IFrame Player API
Ryan Chung
 
KEY
4w 1h with youtube api
Oue Ekasit
 
PPTX
YouTube API: Dive In
notronwest
 
PDF
Building Video Applications with YouTube APIs
Jarek Wilkiewicz
 
PPTX
IT-youtube Presentation
safiya999
 
PPT
Why APIs are Different Than Integration
Apigee | Google Cloud
 
PPT
Youtube Presentation
townsend
 
PPTX
YouTube Powerpoint
AlexanderRichardson
 
PPT
YouTube Presentation
guest786f62
 
PPT
The Day The Earth Broke Into Two...A Jataka Story
OH TEIK BIN
 
PDF
DESIGN IT! Talk #001 (UX) Yukio Andoh
Yukio Andoh
 
DOC
Wisdom From A Laugh 145, 146
OH TEIK BIN
 
PDF
YouTube APIs Workshop
Jarek Wilkiewicz
 
PDF
Effective writing
Martin Nielsen
 
PPTX
Scaling APIs: Predict, Prepare for, Overcome the Challenges
Apigee | Google Cloud
 
PPTX
Youtube api at Glance
Ashok Basnet
 
PPT
Presentation - you tube
sunil.dce
 
YouTube API Japan UG #1
Yukio Andoh
 
Youtube IFrame Player API
Ryan Chung
 
4w 1h with youtube api
Oue Ekasit
 
YouTube API: Dive In
notronwest
 
Building Video Applications with YouTube APIs
Jarek Wilkiewicz
 
IT-youtube Presentation
safiya999
 
Why APIs are Different Than Integration
Apigee | Google Cloud
 
Youtube Presentation
townsend
 
YouTube Powerpoint
AlexanderRichardson
 
YouTube Presentation
guest786f62
 
The Day The Earth Broke Into Two...A Jataka Story
OH TEIK BIN
 
DESIGN IT! Talk #001 (UX) Yukio Andoh
Yukio Andoh
 
Wisdom From A Laugh 145, 146
OH TEIK BIN
 
YouTube APIs Workshop
Jarek Wilkiewicz
 
Effective writing
Martin Nielsen
 
Scaling APIs: Predict, Prepare for, Overcome the Challenges
Apigee | Google Cloud
 
Youtube api at Glance
Ashok Basnet
 
Presentation - you tube
sunil.dce
 
Ad

Similar to Api vortrag (20)

KEY
Forbes MongoNYC 2011
djdunlop
 
PPTX
Rich Results and Structured Data
SMA Marketing
 
PDF
SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
South Tyrol Free Software Conference
 
PDF
Winning with Structured Data and Schema.org - OMLIVE 2018
Izzi Smith
 
ODP
ELK Stack - Turn boring logfiles into sexy dashboard
Georg Sorst
 
PDF
SDKs, the good the bad the ugly - Japan
tristansokol
 
PDF
Abusing text/template for data transformation
Arnaud Porterie
 
KEY
Paris js extensions
erwanl
 
PPTX
Python Code Camp for Professionals 3/4
DEVCON
 
PDF
Data Mangling with mongoDB the Right Way [PyData London] 2016]
Alexander Hendorf
 
PDF
PixelsCamp 2017 - Cloud Functions for Firebase and Machine Learning APIs
Carlos Azaustre
 
PDF
The things browsers can do! SAE Alumni Convention 2014
Christian Heilmann
 
KEY
OSCON 2011 CouchApps
Bradley Holt
 
PDF
NoSQL & MongoDB
Shuai Liu
 
PDF
Working and Winning With GraphQL
Mbosinwa Awunor
 
PDF
Presentation html5 css3 by thibaut
Thibaut Baillet
 
PDF
Hypermedia API’s
3camp
 
PDF
Building Progressive Web Apps for Android and iOS
FITC
 
PDF
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
Loiane Groner
 
PDF
HackMIT Presentation
Matt Harris
 
Forbes MongoNYC 2011
djdunlop
 
Rich Results and Structured Data
SMA Marketing
 
SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
South Tyrol Free Software Conference
 
Winning with Structured Data and Schema.org - OMLIVE 2018
Izzi Smith
 
ELK Stack - Turn boring logfiles into sexy dashboard
Georg Sorst
 
SDKs, the good the bad the ugly - Japan
tristansokol
 
Abusing text/template for data transformation
Arnaud Porterie
 
Paris js extensions
erwanl
 
Python Code Camp for Professionals 3/4
DEVCON
 
Data Mangling with mongoDB the Right Way [PyData London] 2016]
Alexander Hendorf
 
PixelsCamp 2017 - Cloud Functions for Firebase and Machine Learning APIs
Carlos Azaustre
 
The things browsers can do! SAE Alumni Convention 2014
Christian Heilmann
 
OSCON 2011 CouchApps
Bradley Holt
 
NoSQL & MongoDB
Shuai Liu
 
Working and Winning With GraphQL
Mbosinwa Awunor
 
Presentation html5 css3 by thibaut
Thibaut Baillet
 
Hypermedia API’s
3camp
 
Building Progressive Web Apps for Android and iOS
FITC
 
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
Loiane Groner
 
HackMIT Presentation
Matt Harris
 

Recently uploaded (20)

PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Software Development Methodologies in 2025
KodekX
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Simple and concise overview about Quantum computing..pptx
mughal641
 

Api vortrag

  • 2. Übersicht • Facebook – Graph API • Twitter – REST API • YouTube – Data API
  • 3. JSON { <object> "key": "vaule", ! <key>vaule</key> "string": "Lorem ipsum dolor sit", ! <string>Lorem ipsum dolor sit</string> "number": -123.456, ! <number>-123.456</number> "object":{ ! <object> ! "key": "value" ! ! <key>value</key> }, ! </object> "array": ["foo","bar"], ! <array>foo</array><array>bar</array> "boolean": true, ! <bolean>true</bolean> "empty": null ! <empty>null</empty> } </object> 169 Bytes 226 Bytes Eine mögliche XML-Schreibweise, andere Schreibweisen sind möglich.
  • 4. Parsing JSON jQuery PHP $.ajax({ $url = "example.json"; ! url: "example.json", $file_content = file_get_contents($url); ! success: function(data){ $data = json_decode($file_content); ! ! alert(data.string); echo $data->string; ! } });
  • 5. Facebook graph.facebook.com/cocacola { "id": "40796308305", "name": "Coca-Cola", "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/276879_40796308305_1578420141_s.jpg", "link": "https://www.facebook.com/coca-cola", "likes": 35648837, "category": "Food/beverages", "website": "http://www.coca-cola.com", "username": "coca-cola", "founded": "1886", "products": "Coca-Cola is the most popular and biggest-selling soft drink in history […]", "location":{ "latitude": 42.00736, "longitude": -72.521224 }, "can_post": true, "checkins": 73 } Dateigröße: 1,16 KB
  • 6. Facebook – Albums graph.facebook.com/mercedesbenzdeutschland/albums { "data": [ { "id": "251092158272082", "from": { "name": "Mercedes-Benz Deutschland", "category": "Cars", "id": "145689658812333" }, "name": "DTM 2011 - Rennen, Finale und Showprogramm", "location": "Hockenheimring Baden-Wu00fcrttemberg", "link": "https://www.facebook.com/album.php?fbid=251092158272082&id=145689658812333&aid=54543", "cover_photo": "251092214938743", "count": 10, "type": "normal", "created_time": "2011-10-27T08:08:23+0000", "updated_time": "2011-10-27T08:10:30+0000", "can_upload": false }, { "id": "249480695099895", "from": { "name": "Mercedes-Benz Deutschland",
  • 7. Facebook – Album Photos graph.facebook.com/251092158272082/photos { "data": [ { "id": "251092214938743", "from": { "name": "Mercedes-Benz Deutschland", "category": "Cars", "id": "145689658812333" }, "tags": { "data": [ { "id": "100000441323195", "name": "Denis Hu00f6rner", "x": 50.1042, "y": 83.6795, "created_time": "2011-10-27T10:40:08+0000" } ] }, "name": "DTM 2011rnrnMotorsports / DTM: german touring cars championship 2011, 07 […]", "picture": "http://photos-f.ak.fbcdn.net/hphotos-ak-snc7/299511_251092214938743_145689658812333_64…", "source": "http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/299511_251092214938743_14568965…",
  • 8. Facebook – Picture graph.facebook.com/251092214938743 { "id": "251092214938743", "from": { "name": "Mercedes-Benz Deutschland", "category": "Cars", "id": "145689658812333" }, "tags": { ! ! […] }, "name": "DTM 2011rnrnMotorsports / DTM: german touring cars championship 2011, 07 Jamie Green (GBR, AMG "picture": "http://photos-f.ak.fbcdn.net/hphotos-ak-snc7/299511_251092214938743_145689658812333_642955_10555 "source": "http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/299511_251092214938743_145689658812333_64 "height": 505, "width": 720, "images": [ { "height": 505, "width": 720, "source": "http://a6.sphotos.ak.fbcdn.net/hphotos-ak-snc7/s720x720/299511_251092214938743_145689658812 }, { "height": 126,
  • 9. Facebook – Graph API developers.facebook.com/docs/reference/api/
  • 12. Twitter api.twitter.com/1/statuses/user_timeline.json?screen_name=saschalobo [ ! { ! ! "id": 134979869225402368, ! ! "text": "Keine Ahnung, was das fu00fcr die Finanzkrise hiesse, aber mein Leben wu00e4re besser, wenn der Begriff "Rating-Riese" verboten wu00fcrde", ! ! "created_at": "Fri Nov 11 13:04:43 +0000 2011", ! ! "user": { ! ! ! "id": 5876652, ! ! ! "name": "Sascha Lobo", ! ! ! "screen_name": "saschalobo" ! ! }, ! ! "retweet_count": 9 ! }, ! { ! ! "id": 134944048069869569, ! ! "text": "u00dcberall liest man 11.11.11 u2013u00a0liebe Nerds, bitte achtet auch im Internet auf Eure Schriftsprache und schreibt: !!.!!.!!", ! ! "created_at": "Thu Nov 10 22:31:56 +0000 2011", ! ! "user": { ! ! ! "id": 5876652, ! ! ! "name": "Sascha Lobo", ! ! ! "screen_name": "saschalobo" ! ! },
  • 13. Twitter – REST API dev.twitter.com/docs/api
  • 15. YouTube gdata.youtube.com/feeds/api/users/NationalGeographic/uploads?v=2&alt=json&max-results=50 { ! […] ! "entry": [ ! ! { ! ! ! "published": { ! ! ! ! "$t": "2011-11-11T20:59:35.000Z" ! ! ! }, ! ! ! "updated": { ! ! ! ! "$t": "2011-11-13T18:00:48.000Z" ! ! ! }, ! ! ! "title": { ! ! ! ! "$t": "Thrive: How to be Happy Tip #1" ! ! ! }, ! ! ! "media$group": { ! ! ! ! "media$thumbnail": [ ! ! ! ! ! { ! ! ! ! ! ! "url": "http://i.ytimg.com/vi/gYm0tDcQMI0/default.jpg", ! ! ! ! ! ! "time": "00:00:37.500" ! ! ! ! ! }, ! ! ! ! ! { ! ! ! ! ! ! "url": "http://i.ytimg.com/vi/gYm0tDcQMI0/3.jpg", ! ! ! ! ! ! "time": "00:00:56.250" ! ! ! ! ! }
  • 16. YouTube – Data API code.google.com/intl/en-UK/apis/youtube/2.0/reference.html
  • 19. Anwendungen • Mediatheken Videos von YouTube & Fotos von Facebook verbinden • Benutzergenerierte Inhalte Twitterwall, Benutzerbilder von Partygästen