How can i get access token from instagram for using downloader website?

oksurya

Newbie
Joined
Jan 27, 2024
Messages
9
Reaction score
3
so, im creating new instagram downloader website which allows to download every media from IG ,

far i used the endpoint https://i.instagram.com - which is worked for 24 hours and then the session id was expired and the account got suspended

im finding solution for this - how to generate access token that never expire and undetectable , handling million of requests.

leme know the every possible ways, thanks :)
 
Have you discussed this with a developer who specialises in it?
 
Just log in to the web account linked from Facebook, open the console and it will also show the access token there.
 
You can’t get a ‘forever’ token—best bet is Meta’s long-lived tokens (60 days) and refresh flow, or use the official API if you want it to scale safely.
 
token will expire at certain point.
you created website which will download all content from account . basically it is scraping. and your account will die asap.
try to create site where people can download one by one image via link.
if you are going for all the content from one account in single click your account will be banned for sure.
 
Back
Top