5

I know that it's basically impossible to assign more than one domain to one facebook app. But... is there a way for me to communicate to the connect script on a php page that is in another domain specified as the app url?

So like this: [many domains]------>[special domain for facebook app]---->back to one of the many domains

I'd like any ones thoughts on work arounds for this lame facebook limitation

Brandon Runyon
  • 231
  • 1
  • 4
  • 14

2 Answers2

0

@Brandon You can have 2 domains if you enable mobile web url. Check my answer

Community
  • 1
  • 1
ASHUTOSH
  • 862
  • 1
  • 10
  • 17
0

Facebook added support for multiple domains now according to their latest blog post. This should eliminate your need for the workaround.

bkaid
  • 51,465
  • 22
  • 112
  • 128
  • 3
    The support that facebook added was for multiple top level domains.. The primary domain has to be the same... (subdomains have always been supported) So you can use mydomain.net and mydomain.com but not mydomain.net and myotherdomain.com Basically, now you can swap out subdomains and tld's, but only for one domain name. – CarpeNoctumDC Oct 02 '11 at 03:48
  • Uh-huh. This is essentially the same question (and false answer) as http://stackoverflow.com/a/7617576/241201 – East of Nowhere Feb 29 '12 at 20:39