コード例 #1
0
 public ShortcodeMediaLikes GetMediaLikesTest(string shortcode, string endCursor = null, int limitPerPage = 24)
 {
     return(_InstagramGraphApi.GetMediaLikes(shortcode, endCursor, limitPerPage).Data);
 }