Create photo albums and upload photos using the Facebook Graph API
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...
View ArticleFacebook FQL query using graph api
we can run facebook FQL query using the graph api. Here example to get facebook photos from facebook album First we need to include the facebook class then create an object of facebook class by using a...
View ArticleSolution for facebook logouturl not working
we can get the user information,facebook loginUrl and logoutUrl from the below code using facebook SDK. but now the logoutUrl is not working in facebook by using below code $config = array( 'appId'...
View ArticleFacebook fql query using LIMIT and ORDER BY sorting ASC or DESC
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...
View ArticleFacebook Query Language FQL tips and tricks
The FQL object enables running FQL queries using the Graph API. Facebook Query Language, or FQL, enables you to use a SQL-style interface to query the data exposed by the Graph API. It provides for...
View ArticleCodeigniter Facebook SDK Tutorials : create facebook application using...
Tutorial to create facebook application using codeigniter php framework. link to download download from github Step 1:Set the facebook application key and secret key to facebook.php file in...
View Article