Does anyone know how to post automatically on twitter like Facebook has...
In facebook, there is API/SDK that allows PHP to post status to visitors wall if they allow my application to do that, but what about twitter? I know that it's possible, but I don't know how...
I found 2 ways online to post with twitter with PHP script BUT:
Request me to insert my username/password ( which I think users won't insert )
Use my customer ID/secret found on application page, but then it post to my twitter, not to visitors
Is there any way to post to twitter using PHP but for my visitors on site, not for myself?
Something like allowing application to post instead of them like facebook has...
Can someone help me with that?