Is there a fast way in Facebook to know what user liked post if this post contains about 3.500.000 likes? -



Is there a fast way in Facebook to know what user liked post if this post contains about 3.500.000 likes? -

post id 100827133412869_362817400547173. can see it's much likes there. i'd know there faster way find out user liked post? when used fql query:"select object_id, post_id, user_id user_id = me()". fql isn't available.

i'm trying utilize pagination, limit=25 it's 140.000 requests, , understand how much time take. when utilize limit=100 takes 3-4s(!) 1 request! takes much time. none of users waiting 10-15 mins. can't find way in documentation.

ms ios sdk version 3.18, graph api v.2.1.  give thanks much.

facebook facebook-graph-api facebook-like

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -