Even people like myspace have this very same problem, you're not alone.
Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/[^\.]+[^/]$
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]
This makes the slash always appear and redirects to the slash version without.