LookHin / instagram-photo-video-upload-api

Upload Photo & Video To Instagram
MIT License
83 stars 25 forks source link

How to upload using Proxy ? #8

Open exzant opened 6 years ago

exzant commented 6 years ago

How to upload photo/video using Proxy ?

ghost commented 5 years ago

Try adding curl_setopt($ch, CURLOPT_PROXY,$proxy); in the curl's you're using $proxy = ip:port

MarksEliel commented 5 years ago

Hello, could you explain where I can insert this line?