Gets information on friendship between two Twitter users.
lookup_friendships(source, target, parse = TRUE, token = NULL)
Screen name or user id of source user.
Screen name or user id of target user.
If TRUE
, the default, returns a tidy data frame. Use FALSE
to return the "raw" list corresponding to the JSON returned from the
Twitter API.
Use this to override authentication for
a single API call. In many cases you are better off changing the
default for all calls. See auth_as()
for details.
Other friends:
my_friendships()