You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's no efficient way to find out if a user follows you.
Here's what I'd suggest adding:
Update actor.getProfile, graph.getFollows, and graph.getFollowers to include a boolean indicating if the actor follows you.
Probably do the same with actor.search and actor.getSuggestions
Not necessary but might be worth updating graph.getFollows to optionally take a target actor to quickly determine if someone follows a specific actor. Alternatively can add a separate method.
The text was updated successfully, but these errors were encountered:
Currently there's no efficient way to find out if a user follows you.
Here's what I'd suggest adding:
actor.getProfile
,graph.getFollows
, andgraph.getFollowers
to include a boolean indicating if the actor follows you.actor.search
andactor.getSuggestions
graph.getFollows
to optionally take a target actor to quickly determine if someone follows a specific actor. Alternatively can add a separate method.The text was updated successfully, but these errors were encountered: