dev-ext / twitterjs

Automatically exported from code.google.com/p/twitterjs
MIT License
0 stars 0 forks source link

Not displaying lastest tweet? #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Visit http://www.brownestate.com/
2. Visit http://twitter.com/#!/brownestate
3. See that tweet at bottom of http://www.brownestate.com/ is not the latest 
tweet

What is the expected output?

Latest tweet

What do you see instead?

Tweet from 5 days ago

What version of the product are you using? On what operating system?

http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js

Viewing on Mac OS 10.6.8 via Chrome, Safari, Firefox

Please provide any additional information below.

Was working fine a few days ago.

Original issue reported on code.google.com by abrah...@gmail.com on 11 Jul 2011 at 6:40

GoogleCodeExporter commented 9 years ago
Set "ignoreReplies" to false.  The code needs to be fixed to only ignore tweets 
that start with @ oppose to ones that contain it.

Original comment by jarednor...@gmail.com on 13 Jul 2011 at 2:48