Getting Tumblr's API to work in ruby -



Getting Tumblr's API to work in ruby -

can't seem tumblr's api working. i'm trying utilize tumblife gem. took @ source , think these equivalent calls it's trying make:

consumer = oauth::consumer.new(app_key, app_secret, site: 'http://api.tumblr.com/') access_token = oauth.accesstoken.new(consumer, oauth_key, oauth_secret) access_token.post('http://api.tumblr.com/v2/user/dashboard')

which returns not authorized error. help?

ruby api tumblr

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -