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.

Read two posts about this without a confirmed reply. How is facebook detecting the country? Is from user's registered profile or from the IP they access facebook.com

share|improve this question

1 Answer

Facebook detects the country in a number of ways (no particular order):

  • Browser language
  • Language you've selected on Facebook
  • IP address
  • Profile details

It really depends on what you need this information for...

You should use Facebook's App-Level Restriction settings to limit your app to specific countries.

share|improve this answer
thanks! I want to restrict my app to a certain country, residents of that country. Restriction should be based on from where the user accesses the app and not by profile or language or browser. – Sheni R Meledath Aug 1 '12 at 9:02
You should use the App-Level restrictions to do this: developers.facebook.com/docs/opengraph/userrestrictions, or do it manually by using a IP-geolocation service. – Niraj Shah Aug 1 '12 at 9:59

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.