twitter_pull

Component ID

2016387

Component name

twitter_pull

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

From issue: https://drupal.org/node/1781024

After going through the issue history, I see 3 options that have been suggested for making Twitter Pull work with API v1.1:

1. @Jaesin's patch from #12 which uses the Twitter and OAuth modules to authenticate that was committed to the 7.x-2.x-dev branch.
2. @marcingy/@thetoast's patch from #31 which only uses the OAuth module to authenticate.
3. @jsagotsky/@justindodge/@lazysoundsystem's patch from #50 which uses an external library to authenticate.

The project begins from #3 and adds one commit:

Rolled from #50 (Issue #1781024: Make the Twitter Pull module work when Twitter turns off the version 1 API), this commit removes dependency on libraries module and refactors the way the twitter-api-php path/lib is looked up and downloaded