7

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?

Charles
  • 50,943
  • 13
  • 104
  • 142
dskecse
  • 457
  • 6
  • 16
  • Funny thing is, that _“See exactly what our scraper sees for your URL”_ seems to show the actual page content – so the scraper _can_ obviously actually read it. – CBroe Dec 05 '12 at 07:11
  • Yes, the response code for the scraper is 200. But FB seems to have [an internal error](http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2F%D0%B2%D0%BE%D0%B4%D0%B0-%D1%81%D0%B5%D1%80%D0%B5%D0%B1%D1%80%D1%8F%D0%BD%D0%B0%D1%8F.%D1%80%D1%84) while linting the url. – dskecse Dec 05 '12 at 08:59

1 Answers1

3

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

Colm Doyle
  • 3,598
  • 1
  • 20
  • 22