SammyK / LaravelFacebookSdk

Fully unit tested Facebook SDK v5 integration for Laravel & Lumen
MIT License
692 stars 200 forks source link

createOrUpdateGraphNode causes my app to time out. #192

Closed tsommie closed 7 years ago

tsommie commented 7 years ago

Am using SammyK/LaravelFacebookSdk 3.5 on laravel 5.5 and everything works fine. but when handling callback the process gets to User::createOrUpdateGraphNode($facebook_user); while trying to $graph_node->save(); it will timeout and throw a Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) Maximum execution time of 60 seconds exceeded exception.