Do the apparently extraneous tweets happen to be in_reply_to a
specified user_id?

-John Kalucki
http://twitter.com/jkalucki
Services, Twitter Inc.


On Sep 5, 10:17 pm, Steve Farrell <[email protected]> wrote:
> Hi!
>
> I'm just getting started using the follow API.  We got access to
> "shadow" (thanks!) and I'm taking it for a spin now.  I'm following
> about 7k people.
>
> Something weird I've found is that I seem to routinely get tweets from
> users who were not included in my follow=parameter.  I think I must be
> doing something silly... or confused... anything I should look for?
>
> Here's a code fragment....
>
> req = Net::HTTP::Post.new url.path
> follow = Node.find(:all).map{|n| n.twitter_id}.join(",")
> req.set_form_data :follow=>follow

Reply via email to