Reputation: 2794
What's the best way to catch the referring user to an application (via apprequests dialogue)
Upvotes: 0
Views: 130
Reputation: 159
When a user come to your app via a request the url has the field 'request_ids'. Catch from that:
$_GET['request_ids']
Also remember that you will have to manually delete these app requests once accepted.
Upvotes: 1