You are here

public function FlickrApiOAuthClient::get in Flickr API 7

Same name and namespace in other branches
  1. 7.2 flickrapi.module \FlickrApiOAuthClient::get()

Make an OAuth request.

File

./flickrapi.module, line 131
FlickAPI integration module.

Class

FlickrApiOAuthClient
Override DrupalOAuthClient to use its protected get() function

Code

public function get($path, $options = array()) {
  return parent::get($path, $options);
}