Trying to install mod on 6.10

Hi,

I'm trying to install the latest version of the DFF mod on D6.10. When I chck the mod list in admin I get the following:

Enabled Name Version Description
incompatible DFF Actions 6.x-2.x-dev Provides actions for tasks such as updating a Facebook Profile or writing to a Mini-Feed.
This version is incompatible with the 6.10 version of Drupal core.

As per your readme.txt included in the download, I checked this link:

http://drupal.org/node/288721#version

But that page hasn't ben updated in a while.

Could you give me a nudge in the right direction? Do I need to downgrade too a lower version of D6?

Thanks in advance for your help, I'm quite excited about getting this up and running :)

Ok, I think I figured it out

Ok, I think I figured it out by editing the modules/fb_actions.info and comparing it to fb_user.info.

After changing this line in fb_actions:

dependencies = actions token fb

to:

dependencies[] = token
dependencies[] = fb

It lets me enable DFF Actions in admin, so it wasn't anything to do with th Drupal version at all...

This works but

seems way to easy of a hack. Testing this out.