Facebook\'s status update input (well, contenteditable div) detects links.
When typing a link it waits until the spacebar is pressed before fetching the URL.
Compare successive onChange events. If the difference between them is more than one character, it's a paste. Else it's typed in.