ruby on rails - Using Twitter API to embed tweets with URL -


i'm trying embed tweets in app passing in tweets url. i'm inexperienced apis , need bit of guidance set up. twitter has documentation here , here on how using oembed. part i'm unclear on how make request:

"make request following url each tweet id, {tweet_id} represents value changing in programmatic loop:"

https://api.twitter.com/1.1/statuses/oembed.{format}

also unsure on add api keys twitter gives me. sorry broad question, new @ this.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -