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.

This morning dynamically generated links to FB pages from our app stopped working. Link to a page like this http://www.facebook.com/pages/125567350861413 used to work just fine, now it requires page name http://www.facebook.com/pages/Daniels-Real-Estate/125567350861413

Why would this be changed? Was there a problem with old pages link format?

We tweaked our code to take into account page name and made it work. But if a user changes the name of a page the link to this page will break, until we refresh the list of pages in our db. We'll write a chron job that will refresh the list of page names for all users using our app multiple times a day, but we'd prefer not having to do that.

Anyone else ran into this issue? What was your workaround (other than the above)?

share|improve this question
When you post links to real live pages it makes me wonder if it's spam or not... – Flexo Sep 21 '11 at 21:38

closed as off topic by BK., Igy, Bill the Lizard Mar 31 at 14:14

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

While this is probably an off-topic question, you can get the page url using the graph api: http://graph.facebook.com/125567350861413 and looking at the link property. As to why Facebook changed this, you would have to ask them at their developer group or log a bug.

share|improve this answer
Hmm, we'll check that out. Thanks! – Daniel Fuchs Sep 21 '11 at 20:39

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