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
Comment #1
janton commentedI 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...
Comment #2
juampynr commentedGreat stuff, looking forward for a patch to review. Be careful that multiple cron runs do not pull tweets from those accounts.
Comment #3
janton commentedno 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! :-)
Comment #4
juampynr commentedEvery patch is of good help :-D
Comment #5
dddave commentedComment #6
damienmckennaThere are other modules for doing this, it isn't something we need to add to the Twitter module.