I was having problems where my database was not being updated with tweets.
The way I fixed this was to deactivate the plugin, delete it from the plugins folder, drop the wp_ak_twitter table from the database and delete all options that begin with aktt_ from the wp_options table.
The last step was crucial to getting it to work.
Hope this helps someone.