I am using PHP file_get_contents to authenticate users, my scripts work with every Facebook user except my Facebook account that the app is registered with. The URL file_get_contents uses works when copied into the browser address bar and returns access token but does not work with file_get_contents. It returns bad request.
Is it not possible to authenticate with the Facebook account that the app is registered with?
contextparameter withignore_errorsset, so that you get to see the actual error message Facebook sends along with the 400 Bad Request response header … – CBroe Aug 9 '12 at 14:23