GET api.ashx/v2/users/following/isfollowing.{json|xml}
Request Parameters
Name | Type | Location | Description | Required | Default | Options |
---|---|---|---|---|---|---|
FollowerId | int | Query String | Follower Id. Either FollowerUsername or FollowerId is required. | Optional | ||
FollowerUsername | string | Query String | Follower Username, Either FollowerUsername or FollowerId is required. | Optional | ||
FollowingId | int | Query String | Following Id. Either FollowingUsername or FollowingId is required. | Optional | ||
FollowingUsername | string | Query String | Following Username. Either FollowingUsername or FollowingId is required. | Optional |