socialmedia_oauth_connect::APIcall PHP 메소드

APIcall() 공개 메소드

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