Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What is the best way to get a count of how many times users have used the Facebook Connect login button (this thing) to login to a site?

I have read through https://developers.facebook.com/docs/reference/api/ to no avail. I don't have access to the Facebook API set up yet, but perhaps that provides a count of logins?

share|improve this question
Count these locally. The API won't give you information about your site. Don't you have code that serves different content to logged in users vs. unknowns? – cpilko Aug 1 '12 at 17:58
Thanks... that's what we are currently doing for internal log ins to our site. I was hoping for a way to verify the DB counts we're getting for logins via Facebook. – annabella Aug 3 '12 at 19:09

1 Answer

If you have your og tags set up properly:

fb:app_id - A Facebook Platform application ID that administers this page. 

More info on that here: https://developers.facebook.com/docs/opengraphprotocol/

The Insights tab on your facebook app will give you the information you seek. Keep in mind though, that the data may be 48 hours behind.

share|improve this answer
Thanks for sharing. I am familiar with the data provided by Insights and don't see a login in count as one of the metrics. Definitely let me know otherwise! – annabella Aug 3 '12 at 19:12
Go to the Users portion. This will give you Daily, Weekly, Monthly... if that is the only way for users to access the app. – Joey Schluchter Aug 3 '12 at 19:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.