Downloads

Download tar.gz 20.79 KB
MD5: 876393b1d4030df060a4bb5da85684d0
SHA-1: 06c89c17a0fb65776cde9864fd62f55cd26670da
SHA-256: e3bf71f55d11ad53176ec07d9cd7252bfbcae146f561cb54c18aa39881217ed9
Download zip 25.61 KB
MD5: e5e3328cd355ddc57a9769639f6b8b19
SHA-1: c7a335b0f01fa95b39449d8fd6ac0e47853a3001
SHA-256: 5537d43aca4e6f7314daeec50e0bf144e7513d587ad490552664e68306722b78

Release notes

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.

Created by: eaton
Created on: 15 Jun 2009 at 22:37 UTC
Last updated: 15 Jun 2009 at 22:41 UTC
Bug fixes
Unsupported

Other releases