Skip to content

ERP5ExternalOauth2ExtractionPlugin: use facebook.GraphAPI timeout argument

Jérome Perrin requested to merge fix/facebook-timeout into master

Instead of temporarily changing the global timeout, which can impact other parts of the system and which is not free from race conditions ( another thread might have changed the timeout when socket.getdefaulttimeout() is called and then we restore a wrong default timeout).

Merge request reports