If my Facebook app knows that an app user (FB ID = foo) has sent an app request (request ID = bar) to another FB user (user2), is there a way to find the FB ID of user2?
|
|
|
In general this should be available prior to authentication of user2. But there is some edge case: If this is a request which involves only one recipient, you know the Just get the details of request from Graph API:
Result will include all the request details including recipients list. Beware, this method allow you to know to whom request was sent but it's not allow you to ensure that visitor is the same person (it takes nothing to fake request accept if someone know request BTW, |
|||
|
|