Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个好的基于 PHP 的库来向新的追随者发送消息。可能已经完成了。我认为它必须作为 twitter 客户端而不是围绕 OAUTH2 身份验证工作。
这是 Twitter 的 PHP API 列表
http://dev.twitter.com/pages/libraries#php
您必须使用 OAUTH2,否则您将无法向关注者发送消息。