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 using ruby + sinatra and the koala gem to make a facebook iframe app. I would like to find out where each user is and not allow them to access my app if they are outside the USA.
Requiring the user_location permission only returns a city to me, not a country, and can also be set by the user in their facebook settings.

Thank you!

share|improve this question

1 Answer

up vote 2 down vote accepted

You can change this in the app's advanced settings.

Insert your app id into the URL below where it says "YOUR_APP_ID" https://developers.facebook.com/apps/YOUR_APP_ID/advanced

share|improve this answer
Thank you very much, I can't believe I looked over that. – Lev Dubinets Aug 1 '12 at 2:54

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.