开发者

How to implement direct message in Twitter API

开发者 https://www.devze.com 2023-03-24 05:37 出处:网络
How do I implement direct messa开发者_高级运维ge in Twitter API? A Direct Message is a private message sent via Twitter to one of your followers. (This is different than mentions and @replies.)

How do I implement direct messa开发者_高级运维ge in Twitter API?

A Direct Message is a private message sent via Twitter to one of your followers. (This is different than mentions and @replies.)

Could you show me a sample code on doing this. I believe that is uses PHP to do this.

Thanks in advance and Have a good day


Why not give the Twitter Official API Docs on DM's a read? Try implementing it (you'll probably need to use cURL) and let us know if you have any problems with your code.

0

精彩评论

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