- Home /
FB AppRequest
Hello
I'm trying to use FB.AppRequest to send request to friends. I am able to send request, and read that request from the other side and give a reward after the request has been processed.
I was wondering if there is any way to track this request from the sender. I want to reward the sender after the receiver has processed the reward.
I don't have a backend system to manage this. so I was wondering if there is any other way.
One of the things I tried, is send a second app request from the receiver to the person that has sent the request in the first place but, this option is not ideally as FB.AppRequest always shows a dialog.
The other thing I tried is stored in a file the requestID after generate the request (from the sender) and check that requestID FB.API. This call gives me the information about the request but nothing related to some kind of status, even if that request has been removed from the receiver.
Am I missing something? Thanks in advance
Your answer
Follow this Question
Related Questions
FaceBook SDK 0 Answers
Facebook Login Invalid App Id : 0 2 Answers
FB Integration 0 Answers
CollectDependencies Missing some dependencies 0 Answers
Facebook ShareLink & FeedShare Don't Use Title or Description 4 Answers