When making app requests on Facebook using the iOS SDK, the developers guide requires that developers clear the request when the app is opened.
Deleting Requests
When a user is directed to your app by clicking accepting a Request you must delete the request after it has been accepted. Requests are not automatically deleted once they have been clicked, thus it is the developer’s responsibility to clear them once they have been accepted. https://developers.facebook.com/docs/requests/#deleting
Is there a function to clear all notifications, or other helpers like that?