XenForo
Administrative
- Thread starter
- Admin
- #1
A little while ago, Facebook introduced a new format for their posts' URLs. Instead of
Read more
ادامه مطلب...
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
ادامه مطلب...