PHP 클래스 Prose\UsingFacebookGraphApi

저자: Michael Heap ([email protected])
상속: extends Prose
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$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