protected property InstagramOAuth::$access_token in Drupagram 7
Same name and namespace in other branches
- 6 drupagram.lib.php \InstagramOAuth::access_token
Decoded plain access token
Type: string
Overrides Instagram::$access_token
File
- ./
drupagram.lib.php, line 454 - Classes to implement the full Instagram API
Class
- InstagramOAuth
- A class to provide OAuth enabled access to the Instagram API
Code
protected $access_token = NULL;