First off, sorry for being new to drupal and the world of PHP. That said, I am having quite an unfortunate time trying to get a twitter/facebook module to stream tweets/wall posts as a block onto our drupal site. I am first working with Twitter and have uploaded the module, granted myself access, uploaded the module OAuth and input the consumer ID and consumer Secret, I have even been able to add a twitter account to my user account on my drupal site however, once I go away from the user access page nothing changes in the interface and the twitter block is still missing. Anyone have any ideas, any help would be greatly appreciated.

Comments

helmo’s picture

steinmb’s picture

Category: task » support

Hi
1. Does your tweet show on your user account page then. This is a page not a block showing the last tweets if a user has added it's twitter account (user/UID/tweets).

2. Make sure that you have enabled the twitter block ;) I'll guess you have but you also need to make sure that cron have run first so that new tweets have been imported into Drupal. If the twitter block is empty it will not show. If you are sure that cron did run, then rerun it and check your drupal logfiles for errors.

helmo’s picture

Status: Active » Closed (works as designed)

Closing due to lack of activity.