I want to check if a user likes a page without them having to do facebook connect on an external site. Is this possible?
I could get a list of likes from a user using this method but they have to "allow" the app access:
https://graph.facebook.com/me/likes?access_token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
But that seems a bit of a pain. I've looked around on stack overflow but can't find a solution! I also saw this solution:
https://graph.facebook.com/me/likes?access_token=AAAAAITEghMBALZCsBzd2TwFy79jtDnZAt0ji6fZCFjlNBVNfmkBsTzWtL7MMNAiyCrfj7jIqrEqN6f0yPVOkhfVv2EBoX6IVh2hTv8LgZDZD
But that still requires users to "allow" access?
Cheers, Al