Uses of Class
com.restfb.types.UserInvitableFriend
-
Packages that use UserInvitableFriend Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of UserInvitableFriend in com.restfb.types
Methods in com.restfb.types that return types with arguments of type UserInvitableFriend Modifier and Type Method Description List<UserInvitableFriend>
User. getInvitableFriends()
A list of friends that can be invited to install a Facebook Canvas appMethods in com.restfb.types with parameters of type UserInvitableFriend Modifier and Type Method Description boolean
User. addInvitableFriend(UserInvitableFriend friend)
boolean
User. removeInvitableFriend(UserInvitableFriend friend)
-