I want my site to automatically send status updates to a specific Twitter account using OAuth in PHP.
I am testing this with a URL
www.mysite.com/update_status
but it asks me for a "username" and "password", which is great when I test it. But my site will not be able to insert this username and password before posting the status update.
So, the question is how the website that is on the server automatically publishes a state update for the account without entering the user name and password.
Is there any way around this? I tried to save tokens, but it does not work.
Thanks for your reply in advance!
php oauth twitter
ericbae
source share