You are here

private property InstagramConf::$attributes in Drupagram 7

Same name and namespace in other branches
  1. 6 drupagram.lib.php \InstagramConf::attributes

File

./drupagram.lib.php, line 17
Classes to implement the full Instagram API

Class

InstagramConf
Class InstagramConf

Code

private $attributes = array(
  'apibase' => 'https://api.instagram.com',
  'apiurl' => 'https://api.instagram.com/v1',
  'tiny_url' => 'tinyurl.com',
);