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.

I am able to get current latitude and longitude using html5 . I have tried with

https://graph.facebook.com/search?type=place&value=1&center=12.9715987,77.59456269999998&distance=1000&limit=100&offset=0

through facebook console. It gives me list of places with place id. But what i want is City's place id.

share|improve this question
Use some other API, like Google Maps API. – CBroe Jun 27 '12 at 12:09
but to add checkin in facebook we need place_id which we can get from facebook only – druveen Jun 28 '12 at 6:45
What, you want the user to check in “into” a city? – CBroe Jun 28 '12 at 7:33
nop , i want give option to a user to check into city , as facebook does. As user may not be in a place , which is given by above request. – druveen Jun 29 '12 at 4:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.