For most (all?) Facebook pages, I can access its graph data by getting the last part of its URL and adding it to http://graph.facebook.com. For example, http://graph.facebook.com/AKON pulls up data for http://www.facebook.com/AKON.
However, here's a page that doesn't work like that:
http://www.facebook.com/codblackops
Instead, http://graph.facebook.com/codblackops returns False.
What gives? And is there any way to figure out the correctly graph address from the www.facebook.com/codblackops page (or page source)?