Blank page on facebook android app

后端 未结 3 1780
执笔经年
执笔经年 2021-01-28 14:54

https://apps.facebook.com/norway_eid_greetings/

I have made this android app and registered on facebook.

I have given

canvas url to be http://apps.faceb

相关标签:
3条回答
  • 2021-01-28 15:23

    You can't set:

    canvas url: http://apps.facebook.com/norway_eid_greetings/
    
    secured canvas url: https://apps.facebook.com/norway_eid_greetings/
    
    mobile web url: http://www.facebook.com/apps/application.php?id=352658298145952
    

    Because you can't edit those page.

    You must have a website and set:

    canvas url: http://myweb.com/norway_eid_greetings/
    
    secured canvas url: https://myweb.com/norway_eid_greetings/
    
    mobile web url: http://www.myweb.com/norway_eid_greetings/mobile/
    

    Now you have to develop in your website those pages and when you connect to http://apps.facebook.com/norway_eid_greetings/ you'll see what you have developped like a window on your website

    0 讨论(0)
  • 2021-01-28 15:36

    you should follow these tutorials fb-developer and fb-implemetation.

    0 讨论(0)
  • 2021-01-28 15:38

    You must use as canvas url, secure....... th url where you hosted the app like http://www.domain.com/myapp not the canvas page

    0 讨论(0)
提交回复
热议问题