Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Twitter CPAN distribution.

Report information
The Basics
Id: 62542
Status: resolved
Priority: 0/
Queue: Net-Twitter

People
Owner: Nobody in particular
Requestors: glenn [...] destar.co.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.14001
Fixed in: (no value)



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.
These additional parameters are now documented in Net::Twitter 3.14003 thanks to franck cuny: https://github.com/franckcuny/Net-Twitter/commit/84169b0bb51a8a6ba9c4fc318085a3e387cdb87f