Instagram API request for posting media using web app in rails -


Does the Instagram API allow to post media objects (photos) using the web app?

Want to post some photos on the Instagram site using Rail API in our web application.

There is no way to do this, so it will be useful.

If it is not possible, then do we have some JS facility that allows to share the data ?, as if allowing pin_it_js to use is like Pinterest.

Instagram allows only fetching information (GET) [1] However there are hooks that you can use on Instagram app Allowing users to view a predefined image [2]. There are also libraries to help you with your web app [3].

[1] -

[2] -

[3] -


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -