Reputation: 2895
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.facebook.com/norway_eid_greetings/
secured canvas url to be https://apps.facebook.com/norway_eid_greetings/
mobile web url to be http://www.facebook.com/apps/application.php?id=352658298145952
now the app says that it is experiencing a problem
please help !
Upvotes: 0
Views: 462
Reputation: 2403
you should follow these tutorials fb-developer and fb-implemetation.
Upvotes: 0
Reputation: 896
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
Upvotes: 1
Reputation: 1
You must use as canvas url, secure....... th url where you hosted the app like http://www.domain.com/myapp not the canvas page
Upvotes: 0