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.

Need to know if a Facebook user is online or not. Can't find the graph api call for this?

Is this possible?

share|improve this question

1 Answer

Use online_presence via FQL


The user's Facebook Chat status. Returns a string, one of active, idle, offline, or error (when Facebook can't determine presence information on the server side). The query does not return the user's Facebook Chat status when that information is restricted for privacy reasons.

share|improve this answer
I asked for Graph, maybe I'll have to switch to FQL. – jfar Dec 26 '10 at 23:46
FQL provides for some advanced features not available in the Graph API. github.com/facebook/csharp-sdk & developers.facebook.com/docs/reference/fql for more details. – haha Dec 27 '10 at 0:21
this is an existing application I need to add a feature too. My night isn't going well. ;) – jfar Dec 27 '10 at 2:48

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.