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.

This used to work for me before, but some time ago I realised it doesn't work any more. I'm trying to run a FQL query for retrieving user_online_presence status (whether user is available for chat) on facebook. So, my query goes like this:

SELECT online_presence FROM user WHERE uid=userID

where userID is the actual user id on facebook.

But, regardless I'm online or offline on facebook, this query always gives me 'offline' status instead of 'active' (or 'idle').

To reproduce this on your own, simply go to the Graph API Explorer, obtain a token with permission user_online_presence, and type in the box:

fql?q=SELECT uid,online_presence FROM user WHERE  uid = me()

I would really appreciate if anybody can help me with this. Thanks!

share|improve this question
I've reported this as a bug on Facebook and they have confirmed it's a bug. – Nikola Nov 17 '11 at 18:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.