cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 782 forks source link

Is there some way to make the code autoconnect to my account #251

Open eQX8HNMTU2 opened 6 years ago

eQX8HNMTU2 commented 6 years ago

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.