I would like to be able to query facebook on load-up to figure out which of their friends they have given approval for my app to send frictionless requests. I would like to do this because if a user is running my game in fullscreen and they go to send a request to a friend I have to break them out of fullscreen in case they have not already given approval to send frictionless requests to that particular friend. Once the request process is complete I can bring them back to fullscreen automatically using the callback.
This can be rather jarring, however, if the person they are sending the request to is one they provided approval for because it needlessly breaks them out of and puts them back into fullscreen. I wanted to know if there was a way for me to know which users they have given this approval for so I can keep them from having to break out of fullscreen needlessly. Thanks!