I am creating simple web client using python which will connect to twitter through python language.
i had tried a lot to find twitter Api which will take username & password and directly connect twitter and use the api’s method
i had connect twitter by client using that all four keys like consumer_key, consumer_secret … , its working fine with that.
But thing is working for only one user ,
I wanted to connect any user from my python application to twitter , so is there any way than please help me.
Thank you