class InstagramSearch in Drupagram 7
Instagram search is not used in this module yet
Hierarchy
- class \Instagram
- class \InstagramSearch
Expanded class hierarchy of InstagramSearch
File
- ./
drupagram.lib.php, line 574 - Classes to implement the full Instagram API
View source
class InstagramSearch extends Instagram {
public function search($params = array()) {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Instagram:: |
protected | property | Decoded plain access token | 1 |
Instagram:: |
protected | property | OAuth user object | |
Instagram:: |
protected | property | ||
Instagram:: |
protected | property | ||
Instagram:: |
protected | property | JSON encoded OAuth token | |
Instagram:: |
protected | property | ||
Instagram:: |
protected | property | ||
Instagram:: |
protected | property | ||
Instagram:: |
protected | function | Perform an authentication required request. | 1 |
Instagram:: |
public | function | Method for calling any drupagram api resource | |
Instagram:: |
protected | function | ||
Instagram:: |
protected | function | Get an array of Instagram objects from an API endpoint | |
Instagram:: |
protected | function | ||
Instagram:: |
protected | function | Perform a request | |
Instagram:: |
constant | The name of the GET param that holds the authentication code | ||
Instagram:: |
public | function | See the authenticated user's feed. GET /users/self/feed | |
Instagram:: |
public | function | See the authenticated user's list of media they've liked. Note that this list is ordered by the order in which the user liked the media. Private media is returned as long as the authenticated user has permission to view that media. Liked… | |
Instagram:: |
public | function | Set the username and password | |
Instagram:: |
public | function | Fetch a user's feed | |
Instagram:: |
public | function | Get basic information about a user. | |
Instagram:: |
public | function | ||
Instagram:: |
public | function | Get the most recent media published by a user. GET /users/{user-id}/media/recent | |
Instagram:: |
public | function | Search for a user by name. GET /users/search | |
Instagram:: |
public | function | Constructor for the Instagram class | 1 |
InstagramSearch:: |
public | function |