Skip to content

whydna/Facebook-PHP-SDK-With-Kontagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Getting Started

The standard Facebook PHP SDK with Kontagent fully integrated. Use this SDK as you would normally (see Facebook documentation) and analytics will automatically be reported to your Kontagent dashboard.

require_once './facebook.php';
require_once './kontagent_facebook.php';

$KontagentFacebook = new KontagentFacebook(
	array(
		'appId'	=> '<FACEBOOK_APP_ID>',
		'secret' => '<FACEBOOK_APP_SECRET>'
	),
	array(
		'apiKey' => '<KT_API_KEY>',
		'useTestServer' => false
	)
);

About

Facebook-PHP-SDK-With-Kontagent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages