You are on page 1of 28

FACEBOOK

FBML

PHP SDK
FQL

User
Facebook Platform
My Web Server

Facebook
Platform

My Web Server
response


Facebook
http://developers.facebook.com/apps
+


Canvas http://140.113.73.38/nctu_sa/

My Web ServerIP140.113.73.38nctu_sa

ID / API

API
ID / API : 249521791773501

: f286b85a57327e088d565a785ee60122

HELLO WORLD
My Web Servernctu_saindex.php
<html>
<head>
<title>Hello World</title>
</head>
<body>
Hello World!
<iframe
src="https://www.facebook.com/plugins/like.php?href=http://apps.faceb
ook.com/nctu_sa/"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>

HELLO WORLD

PHP SDK
PHP SDK
https://developers.facebook.com/docs/reference/php/

PHP SDKPHP SDK


PHP SDKDownload the PHP SDK

PHP SDKPHP SDK


src

PHP SDKPHP SDK


3My Web Servernctu_sa
base_facebook.phpfacebook.phpfb_ca_chain_bundle.crt

PHP SDKHELLO WORLD


My Web Servernctu_saindex.php

PHP SDKHELLO WORLD

PHP SDKHELLO WORLD

PHP SDKHELLO WORLD

FACEBOOK QUERY
LANGUAGE (FQL)
Facebook Query Language (FQL)
http://developers.facebook.com/docs/reference/fql/

FQL-

FQL-
FQL

SELECT name FROM user


WHERE uid = ID

FQL-

FQL
IDFQL

SELECT uid2 FROM friend


WHERE uid1 = ID

FQL

FQL-

FQL-

You might also like