简体   繁体   中英

Facebook Canvas URL

i am trying to set up a Facebook Application to get it working on the localhost. i have redirected localhost.com to 127.0.0.1 in my hosts.

i have set up the following

在此处输入图片说明

And when i try to set the canvas url to

在此处输入图片说明

am getting the following error

Validation failed.

URL must point to a directory (ie, end with a '/' or a dynamic page (ie, have a '?' somewhere). Canvas Page can only contain lowercase letters, dashes, and underscores.

"Canvas Page can only contain lowercase letters, dashes, and underscores.".

You're using a number?

Leave the canvas page blank. ie take out "variable3".

Canvas Page URL: This is the most confusing part, and wasted me heaps of time. What they want you to enter is basically a directory name for your applcaition. The name must be 7 characters or more, and must be unique from other Facebook applications. I used guessab (so you can't). When you add http://apps.facebook.com/ to the front you have the Canvas page URL.

NOTE: If you use upper case in the Canvas Page URL, it will be converted to lower case automatically. Also, case is important, so if you use upper case in your links later on they don't work. http://gathadams.com/2007/06/18/how-to-write-a-facebook-application-in-10-minutes/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM