public function SocialFacebookFormatter::__construct in Open Social 7
File
- includes/
social_comments.facebook.inc, line 13 - Facebook class
Class
- SocialFacebookFormatter
- @file Facebook class
Code
public function __construct() {
$this->app_id = variable_get('social_comments_facebook_app_id');
$this->app_secret = variable_get('social_comments_facebook_app_secret');
$this->expire = variable_get('social_comments_facebook_cache');
}