Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to tell if a user is a fan of the fan page

Tags:

facebook

fbml

I'm working on a FBML fan page for a client. I need to perform a check to see if the current user is a fan of the page. I tried using the JavaScript API but I've found this is not compatible with FBML.

I have looked through the FBML page on the developer wiki and found checks for practically everything else but no is user fan check.

Any pointers in the right direction would be most appreciated.

Thanks in advance.

like image 764
Magpie Avatar asked Dec 18 '22 02:12

Magpie


1 Answers

Try this instead:

https://developers.facebook.com/docs/reference/fbml/visible-to-connection/

Please don't make those "Become a fan 1st" pages with it though. They're basically spam.

like image 79
Iolo Avatar answered Jan 06 '23 17:01

Iolo