BackTweetsのAPIを利用してTwitter上の言及を拾ってDB化するというのをやっていたのだけど、
BackTweetsを利用してTwitterでの言及を拾う – nplll
1/14以降取得できていないのにさっき気付いた。あれ?
試しにAPI叩いたらこんな感じのレスポンス。
36006654155821056
http://www.nicovideo.jp/watch/sm7029517
http://www.nicovideo.jp/watch/sm10210830
以前は、そのTweetをした人のユーザー名とツイートのURLも一緒に返ってきてたはず何だけど、無い。
ドキュメント読んでも何も書いてないけど問い合わせに対するツイートで書かれてた。
.bbpBox27209948207259650 {background:url(https://a1.twimg.com/profile_background_images/4125622/bt-twitter.gif) #E6E6E6;padding:20px;} p.bbpTweet{background:#fff;padding:10px 12px 10px 12px;margin:0;min-height:48px;color:#000;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px;padding-top:12px;height:40px;border-top:1px solid #fff;border-top:1px solid #e6e6e6} p.bbpTweet span.metadata span.author{line-height:19px} p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0 0px;width:38px;height:38px} p.bbpTweet a:hover{text-decoration:underline}p.bbpTweet span.timestamp{font-size:12px;display:block}
@parkan Sorry, you’ll need to use the IDs we return with Twitter’s API to get the complete dataset you’re interested in
簡単に言えば、
TwitterIDだけ返すようにしたからツイートの内容が欲しかったら自分でTwitterにリクエスト投げて取得してね
おーいー(CV/森崎博之)
面倒すぎだろJK。技術的には簡単な話だけど、API制限超えそうな。その調整が面倒。
あー……作り直すか。それしかないな。