facebook api for developers : introducing the facebook platform

14
Facebook API for Developers Introducing the Facebook Platform Wildan Maulana [email protected] http://workshop.openthinklabs.com #2

Upload: wildan-maulana

Post on 17-May-2015

2.630 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Facebook API for Developers : Introducing the Facebook Platform

Facebook API for DevelopersIntroducing the Facebook Platform

Wildan [email protected]

http://workshop.openthinklabs.com

#2

Page 2: Facebook API for Developers : Introducing the Facebook Platform

What We Will Cover

● What Is Facebook?● A Brief History of Facebook● The Elements of the Facebook Platform● Facebook Markup Language

● REST API Calls● Facebook Query Language● Facebook JavaScript● Client Libraries

● Summary

Page 3: Facebook API for Developers : Introducing the Facebook Platform

What Is Facebook?

2007 Platform for Application DevelopmentLaunch

FBML

REST API FQL

Facebook JavaScript

A set of client programming libraries

Facebook API

Page 4: Facebook API for Developers : Introducing the Facebook Platform

A Brief History of Facebook

2002 2003

MySpace

SynapseFacemash.com

2004

thefacebook.com

2005

facebook.com

Focus on the college and university demographic(The 18–24 young adult market.)

2007

facebook.com

Open its doors to nonacademic users

Page 5: Facebook API for Developers : Introducing the Facebook Platform

The Elements of the Facebook Platform

Facebook Platform

Facebook Markup Language

REST API

Facebook Query Language

Facebook JavaScript

Set of Client Libraries for Different Programming Languages

Page 6: Facebook API for Developers : Introducing the Facebook Platform

Facebook Markup Language

<fb:dashboard><fb:help href="help.php">Application Help</fb:help></fb:dashboard>

Page 7: Facebook API for Developers : Introducing the Facebook Platform

REST API Calls

REST API Calls

facebook.auth

facebook.feed

facebook.friends

facebook.notifications

facebook.profile

facebook.users

facebook.events

facebook.groups

facebook.photos

Page 8: Facebook API for Developers : Introducing the Facebook Platform

Facebook Query Language

FQL

user

friend

group

group_member

event

event_member

photo

albumphototag

Table

Page 9: Facebook API for Developers : Introducing the Facebook Platform

Facebook Query Language

FQL

now()

strlen(string)

concat(string1, string2,…, stringN)

substr(string, start, length)

strpos(haystack, needle)

lower(string)

upper(string)

Functions

SELECT name, picFROM userWHERE uid = 7608007

Example

Page 10: Facebook API for Developers : Introducing the Facebook Platform

Facebook JavaScriptFBJS

<a href="#" onclick="new Dialog().showMessage('Dialog', 'This is the help messagefor this link');return false">Show Dialog Box</a>

Page 11: Facebook API for Developers : Introducing the Facebook Platform

Client Libraries

Client Libraries

ActionScript

ASP.NET

ASP (VBScript)

ColdFusion

C++

C#

D

Emacs LispLisp

Perl

PHP (4 and 5)

VB .NET

Windows Mobile Ruby

Python

Page 12: Facebook API for Developers : Introducing the Facebook Platform

Summary

Page 13: Facebook API for Developers : Introducing the Facebook Platform

Q&A

Page 14: Facebook API for Developers : Introducing the Facebook Platform

Reference

● Facebook API Developers Guide, Wayne Graham, firstPress