I have used facebook PHP SDK which generates login Url . Which I simply put in anchor tag inside HTML . Problem is when user visiting my website on mobile device click on this link they see desktop version of facebook which I do not want .
Why facebook not checking user agent and showing there mobile website for login by default ?
Adding parameter
to the login url open up the facebook mobile site when clicked .