统一引擎与instagram共享,导致执行错误

统一引擎与instagram共享,导致执行错误,instagram,unification,unificationengine,Instagram,Unification,Unificationengine,当我按照统一引擎使用代码时,它工作得很好,但我最终得到了这个错误 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

当我按照统一引擎使用代码时,它工作得很好,但我最终得到了这个错误

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


您也在向我证明Instagram的解决方案让我检查一下谢谢Hanks kuleeep它按照我的应用程序工作它与Timing相关是的,它真正的感谢
set_time_limit($seconds)