私は Facebook を通じて投票システムを作成しました。結果は、「はい」または「いいえ」をクリックしたシェアの数として計算されます。
「はい」をクリックした後、ユーザーはウォールにリンクを送信します (「og:url」の同じ URL)。
http://www.obeschania.ru/documents/promises/istrebitel-seria-export-t-50?vote=yes
「いいえ」をクリックした後、ユーザーはウォールにリンクを送信します (「og:url」の同じ URL)。
http://www.obeschania.ru/documents/promises/istrebitel-seria-export-t-50?vote=no
その後、get-request で結果を取得します。
http://graph.facebook.com/?ids=http://www.obeschania.ru/documents/promises/istrebitel-seria-export-t-50?vote=yes
と
http://graph.facebook.com/?ids=http://www.obeschania.ru/documents/promises/istrebitel-seria-export-t-50?vote=no
結果には、パラメータ「shares」はありません。しかし、ページの結果では:
http://graph.facebook.com/?ids=http://www.obeschania.ru/documents/promises/istrebitel-seria-export-t-50
パラメータ "shares" が存在します (?vote=yes および ?vote=no の合計 "shares" と等しい)。
ps: 私の英語でごめんなさい。