javascript - Getting the Nth user who like a page I am the admin of on Facebook -


what find out userid of nth user page.

so far thinking not going possible.

have found following

http://www.facebook.com/browse/?type=page_fans&page_id=[page_id] seems show of users first 400/500

i thought may have been possible using fql thinking not going since page_id not indexable column. http://developers.facebook.com/docs/reference/fql/page_fan/

saying found following stackoverflow question suggests possible not provide code facebook api: fans of / people page , following post got me hopeful can list of people have facebook-liked page? checking http://developers.facebook.com/docs/reference/fql/like/ looks wont work

it points page seems point fact not possible, retrieve facebook fan names (this answer seems voted retrieve facebook fan names). following post seems yes , no @ same time querying users 'like' facebook page . right in assuming not possible?

appears bug. see https://developers.facebook.com/bugs/231272073596022 wonder if give actual order in fans liked facebook page.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -