Skip to content

sunz5010/php-getFacebookCommentsAndSharedPostsData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

php-getFacebookCommentsAndSharedPostsData

Using PHP get Facebook Comments and SharedPosts Data

usage

<?php
	$fbid = "here is fbid";
	$api = "comments"; //comments or sharedposts
	$access_token = "here is access token";

	$result = getFacebookCommentsAndSharedPosts::getData($fbid, $api, $access_token);
	echo "total ".count($result)." datas\r\n";
?>

About

Using PHP get Facebook Comments and SharedPosts Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages