I am developing a project where I need to send tweets from my web applications. These tweets should be sent through my account and not to the user account. The OAuth library forces us to display a login screen, which is not required in this case. I am looking for a way to log in to twitter through my username and password (we do not ask users to send username and password) and tweet user activity or something like that.
the OOB / Pincode method is not possible, and also requires interaction with the person by entering a pin code ...
This can be achieved if Twitter supports the old authentication method (I believe Twitter no longer supports the old auth method) .... Does anyone know how I can achieve this using OAuth or anything else
source share