Tag Archives: facebook album

Facebook fql query using LIMIT and ORDER BY sorting ASC or DESC

Share on TwitterDigg This

FACEBOOK fql query using ORDERBY and LIMIT FQL can handle simple math, basic boolean operators, AND or NOT logical operators, and ORDER BY and LIMIT clauses.Below given a small example to demonstrate the fql query in face book usning an … Continue reading

Create photo albums and upload photos using the Facebook Graph API

Share on TwitterDigg This

By using Facebook graph API allow us to access public information like user’s first name, last name and profile picture are publicly available. To get additional access like upload photos,create albums,you must first get their permission.The code example assumes that … Continue reading