Skip to content

Easy way to exec facebook graph api v2.0 requests (returns data in array). - uses the facebook php sdk v4

Notifications You must be signed in to change notification settings

BarryDam/bdFacebookGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Easy way to exec facebook graph api v2.0 requests in php.

uses the facebook php sdk v4

How to use:

	$obj = new bdFacebookGraph(YOUR_APP_ID, YOUR_APP_SECRET);
	$arr = $obj->fetchByRequest('/373569914045?fields=posts');

##BUY ME A COFFEE## PayPayl donate button

About

Easy way to exec facebook graph api v2.0 requests (returns data in array). - uses the facebook php sdk v4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages