From 36f25b4e845b9a53dd6f11402de5bfa61078fdf9 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 1 Jan 2019 17:11:00 +0100 Subject: Facebook API updated --- lib/facebook-graph-sdk/src/Facebook/GraphNodes/GraphPage.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/facebook-graph-sdk/src/Facebook/GraphNodes/GraphPage.php') diff --git a/lib/facebook-graph-sdk/src/Facebook/GraphNodes/GraphPage.php b/lib/facebook-graph-sdk/src/Facebook/GraphNodes/GraphPage.php index 3dfb0e0..503b96b 100644 --- a/lib/facebook-graph-sdk/src/Facebook/GraphNodes/GraphPage.php +++ b/lib/facebook-graph-sdk/src/Facebook/GraphNodes/GraphPage.php @@ -144,4 +144,14 @@ class GraphPage extends GraphNode { return $this->getField('perms'); } + + /** + * Returns the `fan_count` (Number of people who likes to page) as int if present. + * + * @return int|null + */ + public function getFanCount() + { + return $this->getField('fan_count'); + } } -- cgit v1.2.3