Subject: | additional entity information |
Hi, hope you are well.
We have been using your module for some time with great success. Thanks
for all your efforts and robust documentation.
Recently we had a bug reported to us about clickable links in tweets no
longer being clickable. Once we had drilled down into the detail it
appears that Twitter have made some of the once default information
optional. This is not clearly documented on their site as a change as
far as I can tell. By setting these new parameters we have managed to
return our feed to the default state before this change.
We resolved this issue with;
169,170c169,170
< params => [qw/id user_id screen_name since_id max_id count page
skip_user include_rts trim_user include_entities/],
< booleans => [qw/skip_user include_rts trim_user include_entities/],
---
Show quoted text
> params => [qw/id user_id screen_name since_id max_id count page
skip_user/],
Show quoted text> booleans => [qw/skip_user/],
I hope this makes sense and helps you in some way.
Glenn
P.S. we use the entity information to find links in tweets, hence the
clickable links not working.