locknload007
Power Member
- Apr 14, 2010
- 554
- 86
I am looking for a working code to do a query to see if someone has liked a page or not. It seems the code stopped working late last year.
The code I have is
Thanks
The code I have is
PHP:
$fb_query="SELECT uid FROM page_fan WHERE uid=".$user_id." AND page_id=".$app_id;
Thanks