protected property InstagramOAuth::$access_token in Drupagram 6
Same name and namespace in other branches
- 7 drupagram.lib.php \InstagramOAuth::access_token
Decoded plain access token
Type: string
Overrides Instagram::$access_token
File
- ./
drupagram.lib.php, line 413 - 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;