maraujo / pySocialWatcher

Social Watcher on Facebook Marketing API
MIT License
109 stars 49 forks source link

Requests Timeout #21

Closed joaopalotti closed 5 years ago

joaopalotti commented 5 years ago

Hi Matheus,

We noticed a bug in which requests.get fails during the handshake protocol. This results in pySocialWatcher hanging forever. A solution is to add the timeout parameter to requests.

Cheers,

Joao

maraujo commented 5 years ago

Thanks @joaopalotti .