2

I have succeeded in posting to my facebook page through rails by 'fb-graph' gem. And I want to post to my instagram page through rails now. How can I post to my Instagram page through ruby on rails? Is it possible?

1 Answers1

1

Yes it's possible ruby provide Instagram client (http://www.rubydoc.info/github/Instagram/instagram-ruby-gem/Instagram/Client)

Community
  • 1
  • 1
JohnPaul
  • 714
  • 5
  • 14
  • I've already seen it, but there are only way to get the post from instagram page. – SeungHwan Joo Apr 01 '16 at 05:08
  • I am googling Instagram provide post photo into Instagram please refer this link [link] (https://www.devwalks.com/lets-build-instagram-in-rails-part-1/) and Instagram provide some API to use GET or POST to Instagram Refer this to [link] (https://www.instagram.com/developer/endpoints/media/) – JohnPaul Apr 01 '16 at 06:54