Skip to content

Instantly share code, notes, and snippets.

@PostCucumber
PostCucumber / FacebookFeed.php
Last active September 3, 2018 13:58
Facebook module for Wordpress
<?php
use GuzzleHttp\Client;
class FacebookFeed
{
/**
* @param int $limit
* @return array
*/
public function fetch($limit = 5)
{