SammyK / LaravelFacebookSdk

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

Capture deleted item error #206

Open ipansensoy opened 6 years ago

ipansensoy commented 6 years ago

Is there a way for us to capture error of the deleted item?

In FacebookResponseException.php line 106:

Unsupported get request. Object with ID '121538134524668_1931474986864291' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api

I want to catch the error of post deleted is this possible?