Downloads

Download twitter-6.x-2.6.tar.gztar.gz 22.93 KB
MD5: 6687fd66777824568dc8419256827fc0
SHA-1: 1a2173df43b188abfd2f9cc26b210ed727c3ea29
SHA-256: 8d00e5f1909ffce2783b0d1e041805f7499aeecaca3ce1f19e2845904902d369
Download twitter-6.x-2.6.zipzip 28.39 KB
MD5: 2b8dc5718dd60d9a1b364717e63e0eda
SHA-1: 259b66dd5a80348badf493c09f075fa6c7f53e39
SHA-256: b510ffb5f938c9bd8417c18b23bb7cf62f69677c361ecfc171f34b81e7452bf5

Release notes

A cleaner fix for the data type issue with twitter ids. We now store status IDs and twitter user ids as NUMERIC fields instead of STRINGS. This isn't awesome, but it works for now. We'll probably change this again in the future we feel cheeky.

Added support for the Twitter in-reply-to fields for incoming statuses. It's now possible to build views of 'original' tweets or 'reply' tweets by filtering on the reply fields, as well. Note that only FRESHLY imported statuses will have the reply data.

Added a new view-based block that shows ALL tweets on the site, not just tweets for the current user.

Eliminated the unholy abomination that was custom_twitter_shorten_url(). If you want outgoing tweets to use another URL shortening service, install the Shorten module, and it will be used automatically.

- #475808: Twitter.api.php
- #480222: twitter_nodeapi function signature is wrong
- #477756: twitter.install comment cleanup
- #504112: Sending a direct message
- #392834: How to change the "from Drupal" line to Twitter?
- #301317: SQL errors on editing Twitter Accounts

Created by: eaton
Created on: 2 Jul 2009 at 15:27 UTC
Last updated: 2 Jul 2009 at 21:38 UTC
New features
Bug fixes

Other releases