lookup_friendships.Rd
Gets information on friendship between two Twitter users.
lookup_friendships(source, target, parse = TRUE, token = NULL)
source | Screen name or user id of source user. |
---|---|
target | Screen name or user id of target user. |
parse | Logical indicating whether to return parsed data frame. Defaults to true. |
token | Every user should have their own Oauth (Twitter API) token. By
default |
Data frame converted form returned JSON object. If parse is not true, the HTTP response object is returned instead.
Other friends: my_friendships