I am trying to post an image to Instagram with Ruby on Rails with gem instagram.
I can get my own access_token
.
And https://api.instagram.com/v1/tags/nofilter/media/recent?access_token=ACCESS_TOKEN
works well for me.
But I cannot find the way to post an image via instagram apis.
So please help me if any experience with instagram apis. thank you very much.