You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitter doesn't support batching multiple requests together in a single connection like Google APIs does. The best that could be done would be to queue up several requests and make them in parallel. I haven't yet looked into how much work this would be to add.
I am using simultaneous HTTP requests in PHP with cURL to request multiple APIs in parallel.
I would like to get the options provided by the
function request()
in order to input them somewhere else.Is it possible to do that without changing the source?
If not, could we work on some solution to batch up several requests to be sent in a single network call like google does here: https://developers.google.com/api-client-library/php/guide/batch
The text was updated successfully, but these errors were encountered: