I'm working on an URL shortener that keeps track of how many times a link was clicked.
However, I'm running into a problem where both Twitter and Facebook will access the URL a few times once it is published. Twitter opens it 6 times, and Facebook only twice.
How can I know when they're the ones following through the URL so I can avoid counting their accesses?
Thanks in advance.