Closed kornha closed 7 months ago
final url = await reader.readValue(Formats.uri); Metadata? metadata = url == null ? null : await AnyLinkPreview.getMetadata(link: url.uri.toString());
flutter: AnyLinkPreview - Error in https://twitter.com/stats_feed/status/1705225138495513032?s=20 response (ClientException: Redirect loop detected, uri=/stats_feed/status/1705225138495513032?s=20)
is always returning null for Twitter cards. Is this expected?
other websites works.
Twitter links work with this lib: https://pub.dev/packages/ogp_data_extract Might it be useful to merge their functionality in?
Hi,
I can see the above-mentioned URL is working fine.
However, I suggest re-testing this in the 3.0.2 version & reopening the ticket if the issue persists. Thanks-you!
flutter: AnyLinkPreview - Error in https://twitter.com/stats_feed/status/1705225138495513032?s=20 response (ClientException: Redirect loop detected, uri=/stats_feed/status/1705225138495513032?s=20)
is always returning null for Twitter cards. Is this expected?
other websites works.
Twitter links work with this lib: https://pub.dev/packages/ogp_data_extract Might it be useful to merge their functionality in?