The problem you are experimenting is because of the Facebook SDK version…
your call should look like:
FB.AppRequest
(
_INVITE_MESSAGE, // String message
null, // List of ids to exclude
null, // User Filter
null, // Excluded Ids
50, // Max invites
string.Empty, // Data Text
_INVITE_TITLE, // Invite title
InviteCallback // callback method
);