How can I create different landing pages based on the country of the IP? For example, people from USA should get landing page 1 and people from Spain should get landing page 2.
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.
|
|
|
use http://freegeoip.net/json/64.34.119.12
|
|||
|
|
|
Page tab is really just regular web page loaded in Default landing tab can only be defined to all non fan visitors of Facebook, but you can use country and locale for user part of signed_request passed to Page tab application canvas and provide different content for users from different locations/language-groups. P.S. Mind that you cannot really ensure that country passed by Facebook is real user country, so use detection of country based on IP. |
|||
|
|
|
Try this php code
|
|||
|
|
