Install oauth_common and twitter on your Drupal website
Make sure both Oauth and Twitter modules are enabled. I have not used any of the other Twitter modules for this.
Go to twitter module in Drupal
Go to the Settings tab (button) β (tab) (note that the callback http://localhost/yourwebsite/twitter/oauth ie, it should not be 127.0.0.1)
Click the link where your application is registered.
Go to twitter and log in to be a developer
Add a new app by creating a great feed name
Enter your website details For localhost use: http://127.0.0.1:8000/twitter/oauth for both website and callback URLs Click "Save" when you are done
Then go to the Test OAuth button - this will give you your illusory consumer key and secret key for consumers
Return to the Drupal website and twitter module to configure (button) β settings (tab)
Copy and paste the consumer and consumer secret keys you just received
Click Save Configuration
I hope there will be no errors.
Go to the Twitter tab in the module and hopefully your twitter avatar has appeared
Read the top of the page where it says: βTweets are pulled from Twitter by running cron. You can view the full list of tweets in the Tweets view.
Check the "View Tweets" box and click "View." Most likely, your tweets will not appear in the next window - until
Go to the Drupal configuration screen and to [System] Cron and click "Run cron"
Now go back to viewing the tweets from the twitter module and they should all appear
[It was a pig to understand]