문제

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