iosobjective-cfacebook-graph-apicurlfacebook-app-requests

How to check if an FB AppRequest has been clicked on or not?


One can get his app's AppRequests using FB Graph. How can I get if the receiver clicked on any of the AppRequests?

Edit: I can't pass additional parameters in the AppRequest, it's an "AppInvite" and through AppLinks the receiver is taken to the Apple's AppStore etc and no info lives on after the download.

My use case is when two current users invite the same "new user". The "new user" clicks in only one of the invites, of course, but I can't figure out which one it is right now.


Solution

  • As per FB's Graph API there isn't a way to identify which AppRequest were clicked or not. I can get the list of all AppRequests from my app but there isn't a boolean field indicating which one has or hasn't been clicked on.

    Documentation