If User 'A' sent's App request to User 'B' in facebook, now how to get the result of that request to A whether B as accepted or reject ..?

If it is a android app installation request , now how to know that user accepted and installed the app. Is there any api to know what happened to that particular request...?

Please help me out..

Thanks in advance ......

有帮助吗?

解决方案

FB doesn't tell you if the request was accepted.

When user B "accepts" the request they will be directed to your app (mobile or canvas), you can query for all the requests for user B, and then notify user A (you should also delete the request).

see https://developers.facebook.com/docs/games/requests/v2.0#reading

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top