knitr::opts_chunk$set( comment = "#>", collapse = TRUE )
oauthlib: build and validate OAuth headers, following Ruby's https://github.com/laserlemon/simple_oauth
BEWARE: VERY ALPHA - & NOT FUNCTIONAL YET
remotes::install_github("sckott/oauthlib")
library("oauthlib")
(x <- OAuth$new("get", "https://api.twitter.com/1/statuses/friends.json", list())) x x$url() x$as_string() x$signed_attributes()
oauthlib
in R doing citation(package = 'oauthlib')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.