tags:

views:

179

answers:

1

How can I check thought the FB Javascript API if the current user is a fan of some page (not my own app or page, but another specific page)?

I need to check this from within the page inserted into the FB's canvas IFRAME, throught the JS SDK...I need to check whether he has "subscribed" to that page, is a fan of it (clicked "I like it") and possibly if he has put it into his favorites.

Is this possible?

A: 

Check this answer: http://stackoverflow.com/questions/2181251/in-facebook-connect-how-can-i-check-if-a-user-is-a-fan-of-my-facebook-page-is-i

It looks like the user needs to be connected with Facebook Connect for this to work.

Brian Armstrong

related questions