PHP Class Instagram\API\Request\TimelineFeedRequest

Inheritance: extends AuthenticatedBaseRequest
Afficher le fichier Open project: liamcottle/instagram-sdk-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $instagram, $maxId = null )
execute ( ) : TimelineFeedResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public méthode

public __construct ( $instagram, $maxId = null )
$instagram Instagram
$maxId string The Maximum Id for fetching more Items in the Feed

execute() public méthode

public execute ( ) : TimelineFeedResponse
Résultat Instagram\API\Response\TimelineFeedResponse

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )