socialmedia_oauth_connect::APIcall PHP Method

APIcall() public method

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