I'm building a small web app in Flash. Is there a solution to get the geo-location of a user?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The easiest way is to interface with a JavaScript function. In your HTML:
Then, in your Application, once your map is ready, put this in a function:
Finally, have a private function ready to catch the callback.
|
|||