Tag: facebook dev
How to get ‘Monthly Active Users’ of your Facebook Application
by admin on Dec.15, 2010, under Web Development
I’ll show you how to get the monthly active users of your Facebook application via FQL with the help of PHP…
Ehh wait, what’s FQL?
“Facebook Query Language, or FQL, enables you to use a SQL-style interface to query the data exposed by the Graph API. It provides for some advanced features not available in the Graph API, including batching multiple queries into a single call.”
More information: Facebook FQL reference
(continue reading…)