Change User-Agent Using PHP
问题 I have an app on my server which redirects to Facebook and thus displays the browser version of the Facebook Login page. However, since I'll be accessing this through a mobile device, I'll want it to display the mobile version of the Facebook login page. Is it possible to use the header() function or is there a way to change the user-agent on my host before it redirects to Facebook? So that Facebook will think the request is coming from a mobile device and thus render the mobile version. I