I am trying to connect using a proxy because without it I get this error "InstagramException: Response code is 429. Body: Something went wrong." which I assume happens because other people from the shared server I use are spamming Instagram.
So this is the code I used to connect through a proxy:
I am trying to connect using a proxy because without it I get this error "InstagramException: Response code is 429. Body: Something went wrong." which I assume happens because other people from the shared server I use are spamming Instagram.
So this is the code I used to connect through a proxy:
This is the error I get:
Fatal error: Uncaught Unirest\Exception: Failed to connect to 111.112.113.114 port 8080 after 1000 ms: Connection refused
I double checked the validity of the proxy and it was ok. What am I doing wrong?