Scenario:
- User A send application request to user B
- User B accepts request
- after accepting request, I want User A’s facebook ID who actually sent request
In short I want inviting user on application request accept event of invitee user.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get the details on request (including creator details) by querying Graph API with ID of request (you have list of accepting request ids in
request_idsparameter passed to you app canvas):This will return details in following format (as described in requests documentation, see “Accepting an App Request / Request ID Format”):