voxter
voxter

Reputation: 925

Facebook graph API:Check if a user is online?

Now i am using NodeJS for my webhook, and i need to know if a Facebook user is online or not ( by user_id, user_ token ). Can't find the graph api call for this?

Is this possible?

Upvotes: 1

Views: 1489

Answers (1)

andyrandy
andyrandy

Reputation: 73984

There is no way to do that anymore since v2.0 of the Graph API:

user_online_presence is no longer available.

Source: https://developers.facebook.com/docs/apps/changelog#v2_0

Upvotes: 2

Related Questions