Skip to main content
My Media
My Playlists
Login
My Media
My Playlists
Login
Home
About BYU-Idaho
Academics
Admissions
Alumni
Alumni Ambassadors
Alumni Profiles
Alumni Webcasts
Events
Performances
Webcasts
Online Learning
Online Learning and Teaching Conference 2020
Online Learning Instructors
Pathway
Upward Magazine
Career Center
Devotional Promos
Devotionals And Speeches
Devotionals
2022
2023
Devotional: ASL
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
2006
2005
2004
2003
2002
2001
2000
1999
1998
1997
Education Week
2014
2015
2016
Grad Night
Special Events
Hour with the Eyrings
Special Events - Authenticated
Special Events Unauthenticated
Forum
2005
2014
2015
2016
2013
2010
Commencement
Audio Recordings
General Information
Campus Buildings
Housing & Student Living
Major Discovery
Student Support
I-Belong
I-Belong (Officers)
Alumni
Pathway
Online Learning
REST API Concepts and Examples
From
Whitney Hansen
likes
views
comments
Related Media
Details
Back
This video introduces the viewer to some API concepts by making example calls to Facebook's Graph API, Google Maps' API, Instagram's Media Search API, and Twitter's Status Update API.
/********** VIDEO LINKS **********/
Youtube's Facebook Page via the Facebook Graph API
http://graph.facebook.com/youtube
Same thing, this time with filters
https://graph.facebook.com/youtube?fields=id,name,likes
Google Maps Geocode API call for the city of Chicago
http://maps.googleapis.com/maps/api/geocode/json?address=Chicago
Apigee Instagram API console
https://apigee.com/console/instagram
HTTP Request Methods
http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods
Postman Chrome Extension
https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en
Twitter's Status Update documentation.
https://dev.twitter.com/docs/api/1.1/post/statuses/update
Tags