Hacker News new | ask | show | jobs
by michaelcgorman 5575 days ago
Looks like hashbangs mess up the counting; e.g. http://graph.facebook.com/http://www.twitter.com/ and http://graph.facebook.com/http://www.twitter.com/#!michaelcg...
1 comments

You must encode it properly:

http://graph.facebook.com/http%3A%2F%2Fwww.twitter.com%2F%23...

Note that encoding '#' as %23 is sufficient.

However, it doesn't show any shares and I'm not sure if that means nobody shared your twitter URL on facebook or if there's another problem somewhere.