About Follow

I make follow to user B from user A so how can know if i make follow to the user B or not using API Service

Hello @hossam , You can check if user A has followed user B by looking at user B’s list of followers through the API. The API provides a ‘get follower list’ function, which you can use for this purpose. For more details, please refer to the following link: Get Follower List API Documentation.