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´m trying to make a Like Box from this url:http://www.facebook.com/pages/I-karriären/238394972905409?sk=wall I try generate the code from facebook developer page:http://developers.facebook.com/docs/reference/plugins/like-box/ but only get this message "Could not retrieve id for the specified page. Please verify correct href was passed in." I also tried the url in punycode format; http://www.facebook.com/pages/xn--I-karriren-w5a/238394972905409?sk=wall but still get the same message. What could be wrong? It is not a personal page.

share|improve this question

1 Answer

You should avoid adding any parameters to the URL of Facebook Page to use it with Like Box social plugin, this will work:

http://www.facebook.com/pages/I-karriären/238394972905409

But next one will not, since it's pointing to wall part of page:

http://www.facebook.com/pages/I-karriären/238394972905409?sk=wall

BTW, punycode part is actually wouldn't change anything since Page Name in the URL have a display only matter (this may be changed in future), next URL will work in the same way as the first one or punycode version:

http://www.facebook.com/pages/-/238394972905409
share|improve this answer
Super thanks!! :-D – erno Mar 11 '12 at 18:36
@erno, welcome to Stack Overflow, hope you'll enjoy it. Mark the answer as accepted if it's helpful to you. ;) You may also want to spend couple of minutes on reading faq if you yet (it's really nice reading). – Juicy Scripter Mar 11 '12 at 18:40

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.