I am working on a facebook game and I want a player to send an invitation to his/her friend. I tried facebook.feedOperations.postLink(...) but I get org.springframework.social.InsufficientPermissionException: Insufficient permission for this operation.
Which function should I use and which permissions does my facebook app need?