<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gom68</author_name>
  <author_url>https://blog.hatena.ne.jp/gom68/</author_url>
  <blog_title>gom68の日記</blog_title>
  <blog_url>https://gom.hatenablog.com/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>Rubyのおべんきょうの時間です。APIを使ってなにかしてみようと思い、日頃使っているTwitterのAPIを使ってみることにした。 参考：Twitter API 仕様書 (勝手に日本語訳シリーズ) Timelineを取得してみる 認証とか関係なさそうなのでPublicTimelineを取得してみる。 それっぽいNet::HTTPを使って接続。 require 'net/http' status = '' Net::HTTP.version_1_2 Net::HTTP.start('twitter.com', 80){|h| status = h.get('/statuses/public_t…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgom.hatenablog.com%2Fentry%2F20080407%2F1207540774&quot; title=&quot;Net::HTTPでTwitterのTimelineを取得する - gom68の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-04-07 12:59:34</published>
  <title>Net::HTTPでTwitterのTimelineを取得する</title>
  <type>rich</type>
  <url>https://gom.hatenablog.com/entry/20080407/1207540774</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
