i want to check for user liked my page or not using isFan() API PHP.
https://developers.facebook.com/docs/reference/rest/pages.isFan/
But it always return false although the user had liked page before. I had search but did not get a good way for resolve this problem.
IIRC you need to ask for user_likes permissions in order for it to work.