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 API を使用して Twitter のステータスを更新しています。Tweet から in_reply_to_status_id パラメータを取得しました。そのツイートに返信しようとしたときに、ステータスと in_reply_to_status_id パラメータを Twitter の投稿関数に渡しました。ただし、curl 応答では常に in_reply_to_status_id パラメータが表示されます。ヌルとして。
私が間違っていることは何ですか?助けてください
Twitter の投稿に返信を投稿する際に、id パラメータを reply_to_status_id に渡すことで、この問題を解決できます。