In my facebook js application, I retrieve all the invited friends of the user. This returns an array of objects containing:
- Their name
- Image of their profile
- Invitation marker
However, I want them to be able to send a message to this genuine friend, so I need the user ID of this user. Would this be a way to get this?
Hooray!
source
share