TIMEX
TIMEX

Reputation: 272372

What endpoint do I hit for this Facebook API?

http://developers.facebook.com/docs/authentication/permissions/

"user_online_presence"

What endpoint do I hit? I want to know what users are online.

Upvotes: 0

Views: 1518

Answers (1)

Matej Baćo
Matej Baćo

Reputation: 1332

Just redirect user to

https://www.facebook.com/dialog/oauth?client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&scope=user_online_presence

In documentation: http://developers.facebook.com/docs/authentication/

Upvotes: 1

Related Questions