|
Hi @sbertix After I request for the list user I'm following, I've stored an array of ids of them to continue request friendship status of all of them But currently isFollowingYou is nil So how do I get isFollowingYou status from a list user? |
Answered by
sbertix
Sep 12, 2021
Replies: 1 comment
|
Hey @huyparody, Unfortunately you only get that value for single friendships check, not using a collection of identifiers. |
0 replies
Answer selected by
sbertix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @huyparody,
Unfortunately you only get that value for single friendships check, not using a collection of identifiers.
Depending of the amount of followers/following and the profiles you need to check it's usually safer and easier to fetch all followers and following and compare them.