简体   繁体   中英

how to get access_token instagram api in ruby on rails?

I'm trying to connect my website to instagram using instragram-ruby-gem and this tutorial .

In step 5, inside Instagram.rb in config/initializer

require "instagram"

    Instagram.configure do |config|

    config.client_id = "client_id goes here"

    config.access_token = "access_token goes here"

    end

How can I get an access token?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM