'Is it impossible share to instagram using react?(Not React-native)
I want to share to an image or article instagram using reactjs. I searched for it. It only example using react-native. how to share to instagram only reactjs?
Solution 1:[1]
You just need to integrate the API instagram and use it ... :)
For example : Instagram API, diplaying medias in react application and https://github.com/pixochi/instagram-content-publishing-react-app
Take a look to the github link
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Amity |
