dejanmilosevic0
dejanmilosevic0

Reputation: 311

facebook - if user liked page without user permission

Ok, a want to find out if guest liked my facebook fan page without logging in with facebook and getting permission.

All i have to do is:

1) getting user id of guest (how to do it without logging in?) 2) use fbl - SELECT uid FROM page_fan WHERE uid = UID and page_id = PAGEID

which will tell me if guest is user

3) send access token of administrator of page with fbl (how to get acces token of specific user)?

Upvotes: 0

Views: 316

Answers (1)

borisdiakur
borisdiakur

Reputation: 12072

Without authentification you will not be able to get the user id. Search for "facebook fan gate" or "facebook signed_request" and come back again if you like.

Upvotes: 1

Related Questions