How to collect Instagram App Secret to generate a long-lived token?
On this page I generate the access token and with it I can publish the image on my Instagram: For publish: function InstagramPost() { const access_token = 'GENERATE ACESS TOKEN'; const instagram_business_account = 'YYYYYYYYYYYYYYYYYY'; const image = 'https://upload.wikimedia.org/wikipedia/en/9/95/Test_image.jpg'; const text…