metadata_fetch
                                
                                
                                
                                    metadata_fetch copied to clipboard
                            
                            
                            
                        I refer to the ReadMe you provided. I cannot parse the data of Twitter.
I refer to the ReadMe you provided. I cannot parse the data of Twitter.Did I do something wrong?
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'll submit a PR
i think it is still not working even with Googlebot user-agent. any update on this ?