Facebook App: localhost no longer works as app domain

后端 未结 13 1282
我寻月下人不归
我寻月下人不归 2020-11-28 02:33

I\'ve been writing a game for Facebook using Rails and jQuery. Since I started using the Facebook Javascript SDK, using localhost as an app domain seemed to work just fine.

13条回答
  •  醉梦人生
    2020-11-28 02:59

    Just a note for some others who may be struggling with this as I was. I have not been able to get this to work with "test" apps. Using my actual app settings (and simply adding

    "http://localhost:3000/"
    

    to my canvas URL) worked as everyone else suggested. It seems test apps aren't equal to actual apps.

提交回复
热议问题