与 instagram 共享的统一引擎给出执行错误
Unification engine sharing with instagram giving execution error
当我按照统一引擎使用代码时,它工作正常,但我最终遇到了这个错误
Requests_Exception in cURL.php line 422: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
但是当我在 instagram 上查看然后在 instagram 上共享图像和消息时,为什么统一引擎在 instagram 共享中给我这个问题。
请按时使用
curl_setopt($ch, CURLOPT_TIMEOUT, 400); // the timeout in seconds
或
set_time_limit($seconds)
当我按照统一引擎使用代码时,它工作正常,但我最终遇到了这个错误
Requests_Exception in cURL.php line 422: cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received
但是当我在 instagram 上查看然后在 instagram 上共享图像和消息时,为什么统一引擎在 instagram 共享中给我这个问题。
请按时使用
curl_setopt($ch, CURLOPT_TIMEOUT, 400); // the timeout in seconds
或
set_time_limit($seconds)