B
B
BorisT2012-12-10 16:22:17
Facebook
BorisT, 2012-12-10 16:22:17

Where can I get the number of page reposts?

Until recently, for a beautiful (custom) display of repost buttons with a counter of these reposts, I took the number of reposts on Facebook at this URL - http://graph.facebook.com/?ids=<URL>
But something happened recently with FB, that now for most of the pages of my site I get this URL only OpenGraph data, but I don't get the coveted shares. And it all started after this update - developers.facebook.com/blog/post/2012/12/05/platf...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
BorisT, 2012-12-11
@BorisT

Unfortunately, I can’t give the project URLs (for corporate reasons).
The problem could not be identified. developers.facebook.com/tools/debug didn't show any problems on my pages either. As a result, I solved the problem by taking likes using an FQL query.
I didn’t understand what the problem was, but obviously due to updates from the FB (from 12/6/12).

A
Andrey Apanasik, 2012-12-10
@Suvitruf

http://graph.facebook.com/?ids=http://habrahabr.ru
Answer:

{
   "http://habrahabr.ru": {
      "id": "http://habrahabr.ru",
      "shares": 765
   }
}

Or: http://graph.facebook.com/http://habrahabr.ru
Then the answer is:
{
   "id": "http://habrahabr.ru",
   "shares": 765
}

PS Give the URLs of the pages where you can't get the data.

F
FerumFlex, 2012-12-21
@FerumFlex

Here are two examples from the same site. One gives shares the other left info:
graph.facebook.com/?ids=http ://9gag.com/gag/5948358
graph.facebook.com/?ids=http ://9gag.com/gag/6128906

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question