PHP Класс Prose\UsingFacebookGraphApi

Автор: Michael Heap ([email protected])
Наследование: extends Prose
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$base_path

Открытые методы

Метод Описание
getLatestPostFromPage ( integer $id ) : array getLatestPostFromPage
getPostsFromPage ( integer $id ) : array getPostsFromPage

Приватные методы

Метод Описание
makeGraphApiRequest ( string $path ) : stdClass makeGraphApiRequest

Описание методов

getLatestPostFromPage() публичный Метод

Get only the latest post from a page
public getLatestPostFromPage ( integer $id ) : array
$id integer ID of the page to get data from
Результат array First post from a page

getPostsFromPage() публичный Метод

Get the first page of posts from a Facebook page
public getPostsFromPage ( integer $id ) : array
$id integer ID of the page to get data from
Результат array Posts from the page

Описание свойств

$base_path защищенное свойство

protected $base_path