标签: facebook http url rest
http://developers.facebook.com/docs/authentication/permissions/
“user_online_presence”
我点什么端点?我想知道用户在线的内容。
答案 0 :(得分:1)
只需将用户重定向到
https://www.facebook.com/dialog/oauth?client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&scope=user_online_presence
在文档中:http://developers.facebook.com/docs/authentication/