I have got a Facebook page so when they like it and accept permissions they get issued an access token and then their details are captured in a database that I have set up in ASP.NET MVC 3 C#. Now I want to get that data out and place them on Google Maps which will be like embedded on the Facebook page?
Is this possible to do? I can set a default marker with a popup text box, but now I want to display all users who have liked my Facebook page on Google Maps. It sounds confusing, I know.
(I was redirected here when accessing the Facebook developer forum.)
As you have the Facebook user’s location information, it’s basically a problem related to Google Maps. You can check out how to plot multiple markers on a single Google map, check out the Google Maps API documentation. And if you like instant results, you may check out Simple map with marker (see the examples section, the markers are basically a collections of co-ordinates).