Closed (fixed)
Project:
Twitter Pull
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2013 at 18:50 UTC
Updated:
17 Jun 2013 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Pepper commentedIt looks like the screenname variable isn't getting pulled in.
Comment #2
theunraveler commentedHere's a patch that seems to fix it. It looks like the
$useris coming in from Twitter as an array; this patch casts it to an object.Comment #3
Pepper commentedThat worked perfectly, thank you :D
Is it just supposed to say RT rather than the name of the poster for retweets?
Comment #4
Pepper commented(deleted - I thought it was showing acct user name for RT's but it's not)
Comment #5
Joel MMCC commented#2 works fine for me, too. Given two successful review tests, I’m setting Status to “needs (more) review.” If no one else has a problem with it, it should soon be set to rtbc, and I think that this should be rolled into a new -dev ASAP.
Comment #6
Joel MMCC commentedNot so fast. #2 does now allow me to see the icons and names and properly formatted links and Follow buttons for all Tweets posted by the actual user I’m displaying tweets of, but all retweets by other users to or mentioning this user still show as if not being pulled in!
Comment #7
jec006 commentedThe typecasting was fixed here: http://drupalcode.org/project/twitter_pull.git/commit/cee90f6 from issue #1781024: Make the Twitter Pull module work when Twitter turns off the version 1 API