socialmedia_oauth_connect::APIcall PHP Méthode

APIcall() public méthode

public APIcall ( $url )
    public function APIcall($url)
    {
        return $this->curl_request($url, "GET", $_SESSION['atoken']);
    }