public function FlickrApiOAuthClient::get in Flickr API 7.2
Same name and namespace in other branches
- 7 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);
}