On Mon, Aug 16, 2010 at 1:27 PM, Jason King <[email protected]> wrote:

> Thanks Matt... honestly, I wouldn't know where to begin.. I know jack
> schmidt about java
>

Well since you already have the twitter4j libraries on there it's really
just CreateObject("java" ...) and calling some methods. I'll try to work up
a demo.


>
> I need to get as much of the site working for a demo since I need to raise
> some working capital. So if I can't get it to work, it's going to get put
> off for now and I'm going to work on other stuff.
>

I'll do what I can when I can.


>
> All I really care about is getting a total record count.. right now.. the
> max I am getting is 15. It works, and I can get the stat, but it caps out at
> 15. I tried a link that has about 1000 matches on twitter.. shows up at 15
> for me.
>

So it's clear, that's because the max you can get back per page is 15, and
from what I can tell that's a Twitter API limitation. They cap total results
at "around 1500" according to the twitter4j docs, i.e. about 1000 pages of
results at 15 per page.

-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to