Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

enter image description here

And when i try to set the canvas url to

enter image description here

am getting the following error

Validation failed.

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

share|improve this question
possible duplicate of Running facebook application on localhost – ifaour Mar 15 '11 at 13:35

3 Answers

up vote 3 down vote accepted

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

You're using a number?

share|improve this answer
oh damn. i was trying to look at the canvas url :( – Harsha M V Mar 15 '11 at 13:29
now it says Validation failed. URL must point to a directory (i.e., end with a '/' or a dynamic page (i.e., have a '?' somewhere). – Harsha M V Mar 15 '11 at 13:30
2  
That means that it should be http://localhost.com/facebook/ or something like http://localhost.com/facebook/?page=login – manuelpedrera Mar 15 '11 at 14:12

Leave the canvas page blank. i.e. take out "variable3".

share|improve this answer

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/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.