Solved Facebook's new URLs are not embedded

This topic has been solved
J

JoshyPHP

Guest
A little while ago, Facebook introduced a new format for their posts' URLs. Instead of JoeUser/posts/123, the URL will contain something like JoeUser/posts/pfbidXXX where XXX is an alphanumeric string representing the post's ID, obfuscated with an unspecified algorithm. Those URLs are not currently recognized by the Facebook media site. The simplest way to support them would be to allow alphanumeric characters for the Facebook media site's $id and use both types of...

Read more

Continue reading...