Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using graph.facebook.com/[url] method to read number of shares for my page but, the returned json doesn't seem to show any shares/comments on the page. I've manually shared the link of my page number of times but, It doesn't show up here.

Any Help would be appreciated. Here is the link to my page: http://vlikeviral.com/videos/play?id=11
And this url I am using to detect the shares: http://graph.facebook.com/http%3A%2F%2Fvlikeviral.com%2Fvideos%2Fplay%3Fid%3D11

Thanks in Advance.

Waqar

share|improve this question

1 Answer

up vote 0 down vote accepted

See: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fvlikeviral.com%2Fvideos%2Fplay%3Fid%3D11

As you can see the reason why facebook is having issues is you need to define some og: meta tags.

See http://ogp.me for info on how to set these up correctly.

share|improve this answer
1  
Thanks, adding og tags solved the problem. I can now see the share count! – Waqar Mushtaq Mar 8 '12 at 20:09
Glad to help, happy coding! – DMCS Mar 8 '12 at 20:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.