This issue in much similar to [#https://www.drupal.org/node/2562681] except that it is for 6.x branch. The status page (/admin/reports/status) shows error message:

Twitter Pull Authentication Using Unauthenticated API
The twitter module does not have any authorized accounts. You must authorize at least one account in order for twitter pull to be able to authenticate with Twitter. Go to the Twitter module accounts page to add an account.

Also the words "the Twitter module accounts page" are linked to /admin/config/services/twitter, though the correct page for Drupal 6.x is located on /admin/settings/twitter.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yngens2 created an issue. See original summary.

joachim’s picture

kirkkala’s picture

Status: Active » Patch (to be ported)
FileSize
2.05 KB

Here is a quick fix to make at least the timeline searches (with twitter_pull_render()) work.

The status report warning or the admin config path issue is not addressed on this patch.

kirkkala’s picture

Huh, my apologies - apparently forgot one dsm() to the patch in #3.

Also renamed based on patchname suggestion.

joachim’s picture

Status: Patch (to be ported) » Needs review

If you've done the work of back-porting this to D6, then the status to set here is 'needs review'.

('to be ported' means this was a D7 issue, with a D7 patch that's been committed, which now needs work to make it apply to D6.)