“GET users/show” doesn’t include if certain user follows me.
i know “GET friendships/show” include that information. but there is 15 limit.
many Twitter App provide this information over 15 limit.
I found the way this solution.
by “POST direct_messages/new” with empty text.
it will return different error code if a certain user follows me.
BUT, I think that way is so inconvenience to you.
Is there official way to this?