Skip to content

yutannihilation/hattnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Package To Get OAuth Token For Hatena

Why?

You may wonder why I created this while httr has a standard function for OAuth 1.0. But it doesn't work for Hatena. See my blog post (Japanese)

Installation

devtools::install_github("yutannihilation/hattnr")

Usage

library(httr)

token <- oauth1.0_token_hatena(hatena_endpoint(),
                               hatena_app(key = "key", secret = "secret"),
                               scope = "read_public,write_public")
                               
GET("http://n.hatena.com/applications/my.json", config(token = hatena_token))

About

R Package To Get OAuth Token For Hatena

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages