Oh yes, the facebook api documentation is extremely confusing! Regarding FBML, this would be the wrong way to create an app. It will be disallowed somewhere during this year AFAIK. From then on, only IFrame Canvas apps will be allowed to implement.
Sticking to your example, you would have to do the following: * Upload the sample map onto your own webserver * Create an facebook application here<http://www.facebook.com/developers/createapp.php> * When created, go to the application's settings and in the left menu, click on "Website" Here you have to point to your webserver, e.g.: Address: http://example.com/foo/ (don't forget the slash at the end, it is required by facebook) Domain: example.com * Next, go to the next item in the left menu. Here you can define a name for your canvas page (in my case it is "eventmonitor"). After that you enter a link to the page that should be displayed (so in this case to the page where your example map is available (in general it is the same domain as entered in the field "address" in the menu before). Now you set the type to "Iframe" and you're ready to go! Save these settings, go to the previously defined app-url (e.g. http://apps.facebook.com/example/ ) and your map will be shown! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
