Im using the private api InstaSharper, c#
I got all the media using tags without problems, however when i try to get media by location id, the result returns Null.
IResult<InstaLocationFeed> LocationSharch= await api.GetLocationFeed(2593354, PaginationParameters.MaxPagesToLoad(3));
List<InstaMedia> LocationList = LocationSharch.Value.Medias.ToList();
i want to get all the last media uploaded in a country location example Spain.