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.

Take a look at this fiddle: JsFiddle

As you can see I have put up the facebook like box with url http://facebook.com/ElizaDoolittle

The problem is that it doesnt work with all urls, try replacing the url with this url: http://www.facebook.com/fatme.safa.3?ref=fs

you will see an error notification. Why is that?? What makes the difference in url?

share|improve this question

1 Answer

up vote 1 down vote accepted

As you can see I have put up the facebook like box with url http://facebook.com/ElizaDoolittle

That is the address of a Facebook page for a musician.

The problem is that it doesnt work with all urls, try replacing the url with this url: http://www.facebook.com/fatme.safa.3?ref=fs

That is the address of a user profile.

you will see an error notification. Why is that?

Because only pages can be liked, user profiles can not be liked. And since, the Like box also does not work for user profiles.

share|improve this answer
Well that explains everything:) – Youss Oct 9 '12 at 14:16

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.