What is App Domain in Facebook Apps?

13,438

Well AppDomain simply means where is located your application's server side files. Your application only usable from that domain. Facebook needs data for cross domain and security issues.

Unless you're going to use FB auth for a website you don't need to fill App Domain input.

Share:
13,438
SatheeshJM
Author by

SatheeshJM

merge keep

Updated on June 04, 2022

Comments

  • SatheeshJM
    SatheeshJM about 2 years

    What is App Domain used for in Facebook Apps?

    Somebody had asked the same in What are App Domains in Facebook Apps? but I didn't really get it.

    What I am trying to do is "publish actions" from a mobile app. The object to be published must be stored in a separate web page. And the domain of the separate page is supposed to be included in app domains.

    Is app domain applicable for Mobile apps as well?

  • SatheeshJM
    SatheeshJM about 12 years
    Thanks for the answer! As I mentioned earlier, I have a mobile game, which needs to publish actions on facebook (For Eg. So-and-so has drawn a <PICTURE> on <MY GAME>) The <PICTURE> object needs to be stored in an external web page. Facebook requires that I add the domain of the external web page to my app domains field. So will that give me any problems if I add the external domain to my add domains?
  • siniradam
    siniradam about 12 years
    @SatheeshJM i may not get exactly what you mean, but it doesn't matter where you store image files. Most of the applications already uses file storage services. like amazon etc.