コード例 #1
0
		public async Task Relationship_UserRelationship()
		{
			var client = new InstagramClient();
			var response = await client.GetMyRelationshipWithUser("2175453");
			Assert.AreEqual(200, response.meta.code);
		}