You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hitting the same problem here. The Twitter metadata by default doesn't include the required data. However, if I use a UserAgentClient to retrieve the data, it works.
The adjustment is in line 23 of metadata_fetch_base.dart
final response =
await http.get(Uri.parse(url), headers: {'User-Agent': 'Googlebot'});
I refer to the ReadMe you provided. I cannot parse the data of Twitter.Did I do something wrong?
The text was updated successfully, but these errors were encountered: