I am querying the number of fans of a page using two different methods, graph and insights but they are returning two different numbers.
My call to the graph API is: https://graph.facebook.com/page_name
and my Insights call is: https://graph.facebook.com/page_id/insights/page_fans
In almost every page I've tested the number of fans from Insights is lower than the number of likes from the graph API. The number that the Graph API is giving me is the same as the fan count on the actual Facebook page. Is there a difference between Likes and Fans in these cases?