fire0218
  1. offset=200くらいまで普通に読む
    2. 読めたPostの最初と最後のpost_idの差をPostの数で割る → これでだいたいのpost_idの差が出る
    3. 最後のPostのpost_idから (post_idの差) * 20 を引いた値をsince_idとする
    4. since_idをセットしてDashboard APIで20件読む
     4.1. (読んだPostのpost_idの最大値) < (今表示してるPostのpost_idの最少値) の場合 → since_id = (読んだPostのpost_idの最大値) → 4へ
     4.2. (読んだPostのpost_idの最小値) >= (今表示してるPostのpost_idの最少値) の場合 → since_id -= (post_idの差) * 20 → 4へ
     4.3. それ以外 → 終了
  1. griock2772mitukiiiからリブログしました
  2. joodlenon117からリブログしました
  3. non117mitukiiiからリブログしました
  4. gate218reretletからリブログしました
  5. mitukiiihighlandvalleyからリブログしました
  6. nothhinreretletからリブログしました
  7. highlandvalleyreretletからリブログしました
  8. reretletの投稿です