I'm developing a web application using PHP. This PHP will contain a function which accepts facebook username, password, and application's ID, and return (or write) user's ID and access token (preferably as JSON format)
The problematic thing is that, as much as I know, Facebook API for authentication requires the user to manually click some kind of 'OK' buttons through Facebook's pop-up interface. I don't want this behavior as this web application will be used by application in another platform (non-PHP, well in this case it will be Unity3D).