Dear All,

I'm new to this module and try to find out how i can do the following:

In a nutshell: "how can I get the tweets from the people I follow?"

I now have a view->block with messages from my own twitter account, created with your document: http://drupal.org/node/1253026

But could i do simular thing, create a block with the tweets from people I follow?

Comments

janton’s picture

I guess this could be done with:
https://dev.twitter.com/docs/api/1/get/followers/ids

so then you know all id's from your followers.. and you we can use that!
I will try to work on this now...

juampynr’s picture

Great stuff, looking forward for a patch to review. Be careful that multiple cron runs do not pull tweets from those accounts.

janton’s picture

no i'm more working on something i can use in "views"
only i'm not really a developer so will post my patch, but don't expect to much of it! :-)

juampynr’s picture

Every patch is of good help :-D

dddave’s picture

Version: 6.x-3.x-dev » 6.x-5.x-dev
Category: support » feature
damienmckenna’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

There are other modules for doing this, it isn't something we need to add to the Twitter module.