This might be a very quick question to which I can’t seem to find the answer to:
What is the button type called which we see on the facebook’s navigation bar on the left hand side?

Any special name for it?
I checked out the standard buttons on apple’s human interface, but can’t seem to find it listed:
http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/UIElementGuidelines/UIElementGuidelines.html
I have seen this button popping up in a number of apps lately. You might call it the Splitview reveal button, or the Sidebar Reveal Button. I don’t believe there is an official name for it, but there are a number of open source projects that are implementing it.
Here is a stackoverflow link covering how to program one:
SplitView like Facebook app on iPhone