How do I know if a specific user is following a specific channel?

With the v5 API which everyone should be moving to for new development you can only use IDs so you will need to look them up first using another API call(s) first.

https://api.twitch.tv/kraken/users?login=dallas&api_version=5

1 Like