twitter 6.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| twitter-6.x-2.5.tar.gz | 20.79 KB | 876393b1d4030df060a4bb5da85684d0 |
Official release from CVS tag: DRUPAL-6--2-5
Last updated: June 15, 2009 - 22:41
Three fixes, one critical:
The "Twitpocalypse" issue still bit users on 32 bit hardware: although version 2.3 of Twitter module stored ids as bigints, Drupal's DB layer doesn't handle that properly on 32 bit PHP compiles. We're now storing them as strings. Life is hard. (#491794: Twitpocalypse bug (will not import if twitter_id greater than 2,147,483,647))
Added a "Status ID" View field to facilitate easier testing -- decided to keep it in once it was there.
Fixed an issue with the twitter_fetch_statuses() function that caused it to use a nonexistant REST endpoint. May solve a number of existing issues for users with private accounts.
