Hi Folks,
We’ve recently retooled our V1 API call to use the 1.1API, it’s mostly working very well.
The issue we have is that in V1, the user object of the tweet would have the Screen_Name field populate. In 1.1 it now comes back as Null; which is slightly annoying as we used that field to make a reply link, that would vary depending on the account we were processing.
Similarly, the user_id field always seems to come back as 0.
I’ve tried alternating between trim_user options and that makes no difference.
Does anyone have any advice about this problem ?
PS: The reason we don’t just use the screen name we searched for directly, is that we handle the response from Twitter via a Jquery callback.