Question

I'm sorry if this sounds like a novice question, but I am developing an app and I want users to be able to tag themselves at places like a Facebook check in. But I also want the ease of a Facebook check in - im not sure how it does it but it converts your geocoordinates to more meaningful user data e.g. names of bars, restaurants, hotels, streets, public places, where you can check in.

Is this some kind of library? Is it publicly available? Is there any way to do this on my app?

Thanks

Was it helpful?

Solution

Answering all three questions at once: When you check-in to a place that hasn't been tagged before, you create it (in facebook).

Besides that there is open street map and open point of interest databse.

Facebook does not simply share their database.

The only thing you can do is get authorized by the user and load the users places, using the Facebook Graph API and the check-in method.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top