Instagram-PHP-API
Instagram-PHP-API copied to clipboard
Is there some way to make the code autoconnect to my account
I was reading the docs and found out that I had to always use $instagram->getLoginUrl()
before I could do anything as I had to click the link first and thet it would kind of store some cookie for me to use.
But what I am looking for is a way the script can run in an automatic way, in a cron job for example. Is there some way this could be achieved.?
Thank you in advance.