For an iOS/Android game that I've been working on, I'm implementing some Facebook integration, including sending friends an invite with the Request dialog.
I think I've got the request showing up in the mobile Facebook app and linking to the game correctly, but I'm a bit stumped/confused as far as deleting requests is concerned. Most of the Facebook documentation for Request dialogs (such as at https://developers.facebook.com/docs/requests/#deleting) mention that you should delete requests after they are accepted, but I don't see any info on doing this on mobile. Do you need to delete requests on mobile, or is it OK to let them time out?