PHP Class Instagram\API\Request\PlacesFacebookSearchRequest

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

Méthodes publiques

Méthode Description
__construct ( $instagram )
execute ( ) : PlacesFacebookSearchResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )
searchByLocation ( $lat, $long ) Search Places by Location
searchByQuery ( $query ) Search Places by Query

Method Details

__construct() public méthode

public __construct ( $instagram )
$instagram Instagram

execute() public méthode

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

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )

searchByLocation() public méthode

Search Places by Location
public searchByLocation ( $lat, $long )
$lat string Latitude
$long string Longitude

searchByQuery() public méthode

Search Places by Query
public searchByQuery ( $query )
$query string Search Query