I'm trying to build component to select friends and send an invitation from my application to them. The following image displays the component provided by Facebook (in this example is another kind of invitation, but the component is the same).
http://facebook-developer.net/wp-content/uploads/2008/02/invite-form-output.jpg
I tried to use the site instructions: http://developers.facebook.com/docs/reference/fbml/request-form/
But the content is confusing. I need to implement this component in Java and in the case of the site there is a call to the getFacebookUtils () without explanation of what library it belongs in addition to a more concrete explanation.
Need help using this component provided by facebook in Java.
Thank you.
Thats under the Legacy API and you should not use it for something that is new. Also, to be clear, you cannot send invites, you can only prompt the user to send "invites". What you should use is the Request Dialog (2.0/Frictionless), which is the replacement for "invites". You implement it using javascript on the front end, assuming you are using a web interface.
https://developers.facebook.com/docs/reference/dialogs/requests/