I am new in python and oAuth world. I want to connect to my server with consumer key and secret and all the examples I found is where the server has access_token,authorize,request_token_ready etc api but my server does the oAuth authentication for me. So my question is how to connect with python to my server using oAuth (My server use oAuth 1.0)
elaboration: My server does not request token and access token. He use just the key and secret. How do I implement oAuth connection to this server in python