-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @huyparody, Unfortunately you only get that value for single friendships check, not using a collection of identifiers. |
Beta Was this translation helpful? Give feedback.
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.