I am using AddThis add on for sharing my site on facebook, twitter and email.
I want to know that out of facebook and twitter, from where the user clicks the shared link to redirect to my page.
If someone clicks on shared link from twitter below is the URL formed :
http://localhost:54820/Consumer/Categories.aspx?Check=NTI%3D#.T363yjFh748.twitter
you can see at the end of url twitter is appended.
If someone clicks on shared link from facebook below is the URL formed :
http://localhost:54820/Consumer/Categories.aspx?Check=NTI%3D#.T366Sb_aqUM.facebook
you can see at the end of url facebook is appended.
I am using Request.Url to get the url from address bar. But I get only http://localhost:54820/Consumer/Categories.aspx?Check=NTI%3D url. So I am not able to check whether the redirection of my site is done from facebook or twitter.