fix profile again
This commit is contained in:
parent
7136dad175
commit
fdeb41017e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace BirdsiteLive.Twitter
|
||||||
Description = "", //res.RootElement.GetProperty("data").GetProperty("description").GetString(),
|
Description = "", //res.RootElement.GetProperty("data").GetProperty("description").GetString(),
|
||||||
Url = "", //res.RootElement.GetProperty("data").GetProperty("url").GetString(),
|
Url = "", //res.RootElement.GetProperty("data").GetProperty("url").GetString(),
|
||||||
ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString().Replace("normal", "400x400"),
|
ProfileImageUrl = result.GetProperty("legacy").GetProperty("profile_image_url_https").GetString().Replace("normal", "400x400"),
|
||||||
ProfileBackgroundImageUrl = result.GetProperty("legacy").GetProperty("profile_banner_url").GetString(),
|
ProfileBackgroundImageUrl = profileBannerURL,
|
||||||
ProfileBannerURL = profileBannerURL,
|
ProfileBannerURL = profileBannerURL,
|
||||||
Protected = false, //res.RootElement.GetProperty("data").GetProperty("protected").GetBoolean(),
|
Protected = false, //res.RootElement.GetProperty("data").GetProperty("protected").GetBoolean(),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue