Error sharing url in cyrillic

馋奶兔 提交于 2019-12-01 15:39:53

问题


Can't share a url in cyrillic: http://вода-серебряная.рф. My site uses facebook.com/sharer/sharer.php to achieve that. The url is already transformed to punycode (http://xn----7sbbdcmja7ed0aci5rc.xn--p1ai/) with FB at this step.

When I click Share Link, an error is returned with the following message: Could not post to Wall. The message could not be posted to this Wall.

I've also checked the url at developers.facebook.com/tools/debug and it returned the following error: Error Linting URL: An internal error occurred while linting the URL (see the result).

Is it a FB bug or how can I fix this?


回答1:


Facebook isn't currently set up to support Internationalized domain names. If you file it at the Bugs Tool, it'll be tracked as a feature request there.

edit - known issue - https://developers.facebook.com/bugs/466343236740917



来源:https://stackoverflow.com/questions/13704841/error-sharing-url-in-cyrillic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!