开发者

how to automatically post status on twitter

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:


  1. Request me to insert my username/password ( which I think users won't insert )

  2. Use my customer ID/secret found on application page, but then i开发者_JAVA技巧t 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?


You need to have the user authenticated using oAuth, and then store their credentials in a DB and use that to post the status updates.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜