I'm assuming you're using the facebook bindings from github and built it yourself.
i don't know what FBDialog.bundle means in monotouch terms
A .bundle is a directory. It can contains resources, like bitmaps.
When you build the bindings, the sources of the Facebook SDK will be downloaded, from github, including the FBDialog.bundle which includes the bitmaps you're looking for.
What you need is to tell MonoDevelop to include this .bundle with your application. See the blog entry from Craig Dunn to learn how to add a bundle. Once added to your application the SDK will be able to find (and use) the bitmaps it requires.