FBML

How to use Facebook query language to build applications

April 10, 2011

Thumbnail image for How to use Facebook query language to build applications

Facebook query language[FQL] is the SQL styled query language used to fetch the data from the graph api which we can tweak to build an application. Before beginning you need to know the basics of graph api and facebook platform which can be explained by this article. Facebook ‘s FQL is the easy way to fetch the information needed by your application.The query language is easily understandable since it resembles the SQL. We are going to create [...]

How to create facebook application using PHP and graph api

February 13, 2011

Thumbnail image for How to create facebook application using PHP and graph api

This tutorial will explain how to create a facebook application using Graph api and PHP.For those who are new to Facebook platform you need to learn the basics of Graph api.We are about to build a facebook application you can see a demo here.