I have a canvas app setup for Facebook and everything so far is working great and as intended with exception to the Deauthorize Callback URL.
The url can be accessed from other people/machines on the Internet. The format of my url is as follows: http://subdomain.domain.com/phpfile.php. The php file in question at this point simply generates a debug.txt file just to see if it's being accessed at all. The debug.txt file appears in the directory with every form of access except Facebook's supposed Deauthorize ping.
I have tested it with Facebook's URL tester (http://developers.facebook.com/tools/debug). When using this tool, my debug.txt file is generated.
Any suggestions?