非公開アカウントのin_reply_toが取得できない件

一昨日ごろより、非公開アカウントのツイートのin_reply_to属性がまったく取得できなくなっています。 これは一時的障害なのか、はたまたTwitterのダマテン仕様変更なのかが不明でしたが、どうやら前者だった模様。
4

in_reply_toとは

ツイートAに対し返信ツイートBが送られたとき、Bには
「これはAへの返信だよ」
という印がつけられます。

この印がin_reply_to属性と呼ばれるもの。

TweetbotJP(公認非公式) @TweetbotJP

【お知らせ】現在、非公開アカウントのin-reply-to属性が流れてこない(結果として会話チェーンの表示ができない)という事象が一部で発生しているようです。

2013-05-29 11:31:39

in_reply_to属性が取得できないとどう困るのか

例えばTweetbotなどのクライアントには、会話チェーンを見る機能があります。これは例えば

返信C

返信B

元ツイートA

といったように会話の一連の流れを遡って追える機能ですが、in_reply_toが拾えなくなるとこの流れがまったく追えなくなります。

今回は、非公開アカウントから発せられた返信に限って、このin_reply_toが取得できない、という問題が発生している模様。

上記の例で言えば、もし返信Bが非公開アカウントから送信されていた場合、

返信C

元ツイートA

となってしまうわけです。

Twitter Developersに報告があがる

TweetbotJP(公認非公式) @TweetbotJP

非公開アカウントのツイートのin_reply_to属性が取得できない件、http://t.co/rSXSR91BsVには昨日報告が上がっていますが、まだUnreviewedですね… https://t.co/Oq0BulxKBH https://t.co/KaQ1k0b1Dq

2013-05-30 19:45:34
リンク t.co Twitter Developers
リンク t.co in_reply_to_* fields are missing when replying to a protected account | Twitter Developers If a protected account writes a tweet and other users (both open and protected) want to reply to this tweet, the in_reply_to_* fields of the reply tweet are empty. this occures on every tested client and with every tested protected account.
リンク t.co in_reply_to_status_id of reply to protected user's status is always null | Twitter Developers I am the administrator of bot named @haratter. I noticed behavior of @haratter is strange, I made sure the timeline of @haratter by the API Console. Then, in_reply_to_status_id of reply to the protected user's tweet was always null. Of course, it does not

で、日付が変わって

TweetbotJP(公認非公式) @TweetbotJP

非公開アカウントのin_reply_toの件、本日中に修正されるようです。 https://t.co/Oa7CMFbyMb

2013-05-31 03:04:36
リンク t.co in_reply_to_status_id returns null if the replied-to account is protected | Twitter Developers For at least a day or so, any requests for tweets return in_reply_to_status_id: null in_reply_to_status_id_str: null if the tweet is a reply to somebody with a protected account. This behaviour is consistent across the Twitter website, several Twitter cli

1062に

''Updates
Should be resolved later today. Thanks for the report.''
(本日中に解決するでしょう。ご報告に感謝。)

との記載があります。修正を待ちましょう。

その後

TweetbotJP(公認非公式) @TweetbotJP

どうやら非公開アカウントでも新規に返信したツイートにはin_reply_toがつくようになってますね。昨日までの分は相変わらずダメみたいですが。

2013-05-31 07:27:11