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?
Ok
I added publish_stream extended permission to my app and now it works.