You are here

class InstagramSearch in Drupagram 7

Instagram search is not used in this module yet

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
Instagram::$access_token protected property Decoded plain access token 1
Instagram::$current_user protected property OAuth user object
Instagram::$endpoints protected property
Instagram::$format protected property
Instagram::$oauth_token protected property JSON encoded OAuth token
Instagram::$password protected property
Instagram::$source protected property
Instagram::$username protected property
Instagram::auth_request protected function Perform an authentication required request. 1
Instagram::call public function Method for calling any drupagram api resource
Instagram::create_url protected function
Instagram::fetch protected function Get an array of Instagram objects from an API endpoint
Instagram::parse_response protected function
Instagram::request protected function Perform a request
Instagram::RESPONSE_CODE_PARAM constant The name of the GET param that holds the authentication code
Instagram::self_feed public function See the authenticated user's feed. GET /users/self/feed
Instagram::self_liked 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::set_auth public function Set the username and password
Instagram::user_feed public function Fetch a user's feed
Instagram::user_info public function Get basic information about a user.
Instagram::user_lookup public function
Instagram::user_recent public function Get the most recent media published by a user. GET /users/{user-id}/media/recent
Instagram::user_search public function Search for a user by name. GET /users/search
Instagram::__construct public function Constructor for the Instagram class 1
InstagramSearch::search public function