Redirect user to signNow auth page; provide a redirect uri for the user to return to once they have authorized your application at https://www.signnow.com/. https://eval.signnow.com/proxy/index.php/authorize?client_id={CLIENT_ID}&response_type=code&redirect_uri={YOUR_REDIRECT_URI}.
More on 3-legged oauth you can find here.