jstolpe / instagram-graph-api-php-sdk

MIT License
108 stars 29 forks source link

Added proxy #14

Open Alexander-Logachev opened 8 months ago

Alexander-Logachev commented 8 months ago

$config = [ // instantiation config params ..., 'proxy' => [ CURLOPT_PROXY => 'http://IP:PORT', CURLOPT_PROXYUSERPWD => 'LOGIN:PASSWORD', ], ];